Wednesday 15 April 2015

android - Cross-platform client/server RPC over TCP/IP with Xamarin -


I am currently looking for a portable RPC framework to handle client / server communication on the local network. The server will run on the Windows PC and the clients will be iOS, Android and Windows Phone Devices.

It seems that system.timetime.rmoting is not supported on iOS and that system ServiceModel.NET TCPBing is not available in Xamarin (required) for WCF on TCP / IP.

I know that the lack of run-time code generation on iOS makes the generation of proxy classes impossible, this is the reason that the solution will probably be included in the next - Time-Time Code Generation

Is there an existing solution for RPC on TCP / IP with Xamarin?

Do you need it? (Written for Xamarin.forms)


No comments:

Post a Comment