Is it a good idea to make the ip address the key for my clientmap. Right now i have an UUID for the key. Can i use the ip address? Can an ip address change since the player is mobile. I know total noob at this
Any help is appreciated
Is it a good idea to make the ip address the key for my clientmap. Right now i have an UUID for the key. Can i use the ip address? Can an ip address change since the player is mobile. I know total noob at this
Any help is appreciated
Internet in mobile phones usually have shared IP, so I would not rely on it.
Thanks very much. I just looked up this link http://trac.bookofhook.com/bookofhook/trac.cgi/wiki/Quake3Networking at the NAT paragraph
So i do need a UUID.
Thanks Mac70
Use the MAC address, itโs unique to the Device.
Itโs not particularly secure or anything but works fine.
yeah +1 on mac address
Thank you guys.
I really appreciate this