Hi, I’m wanting to create a C# server (with your DLL handling TCP/IP), but I’d like to use Adobe Flex for my client. Is it possible to connect and communicate with my server (that is using the NetworkComms library) with a client that is not (the client will be using the built-in TCP/IP functions in Flex)?
I’m wanting to purchase the Enterprise package, but having a Flex client is a must!
Is it possible to connect and communicate with my server (that is using the NetworkComms library) with a client that is not (the client will be using the built-in TCP/IP functions in Flex)?
Yes, it is possible to interface with any other 3rd party library using the ‘unmanaged connection’ feature of NetworkComms.Net. The only downsides of using a non NetworkComms.Net client is that you loose the seamless packet detection and serialisation/de serialisation features.
If you have any further questions please feel free to post back here.