RTC Forums
November 21, 2024, 09:32:24 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Login
Register
RTC Forums
>
Dashboard
>
Quick Start
>
RAW TCP/IP and UDP components
Pages: [
1
]
« previous
next »
Print
Author
Topic: RAW TCP/IP and UDP components (Read 14973 times)
D.Tkalcec (RTC)
Administrator
Posts: 1881
RAW TCP/IP and UDP components
«
on:
May 04, 2012, 07:26:30 PM »
Raw TCP/IP and UDP components do NOT work together with any other components from the RTC SDK, but they can be useful to some developers, because they provide access to the low-level socket layer, which makes it possible to implement custom protocols, and thus allow you to communicate with services which are not HTTP-based. It takes a LOT more work and careful planning to do so, but it is possible - at least on Windows.
On non-Windows platforms, raw UDP components (
TRtcUDPClient/TRtcUDPServer
) will NOT work, and there are currently no plans to make UDP components work on any other platform than Windows. As for raw TCP/IP components (
TRtcTCPClient/TRtcTCPServer
), they can work on non-Windows platforms, but (unlike on Windows) require manual use of the "
NeedMoreData
" method to signal the components when they should check if more data has arrived.
Best Regards,
Danijel Tkalcec
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Dashboard
-----------------------------
=> General
=> 3rd-Party
=> Quick Start
-----------------------------
Subscription
-----------------------------
=> Support
Loading...