Bandwidth

Options
Hello,
I am trying to calculate the bandwidth for my game.
It says that there is 3GB per ccu. Are my calculations correct that this means I can send 3000kb / (720 hours * 3600 seconds) = 1.15kb per second, it 15 ticks per second - 0.076kb or max 76 bytes per frame?

Comments

  • PhotonUser
    edited June 2021
    Options
    Know this is old but its ununswered.

    Yeah from my calculations it would be something like that. keep in mind your kb should be kB in Bytes.

    3 000 000 KB = 3GB
    1 month = 2 592 000 seconds
    that's 1.15KB/s per CCU

    at 10 messages that is 150 bytes per message

    Considering one Vector3 is 16 bytes, one quaternion is 20 bytes, 1 complete rigidbody would be (16*3) + 20 = 68 bytes.

    I think thats a bit restraining.