Tomasz Fialkowski
23.04.2008 07:52:24 Registered user |
Hi !
My UDP broadcast work's well but have string data limit to 1400 bytes. How to connect UDP Server with RTC functions (like HTTP Server). I need to send (broadcast) data's (stings up to. 32 kb) ? How to do it ?
UdpServer.READ is limited to string.
Best Regard's
Tom
|
Danijel Tkalcec [RTC]
23.04.2008 17:46:07 Registered user |
You can not use RTC Functions over UDP, unless you implement your own RtcDataClient/Server components which will work over UDP.
PS. Strings are up to 2 GB in size, so that storing 32 KB in a string is not a problem.
Best Regards, Danijel Tkalcec
|