zeromq / netmq

A 100% native C# implementation of ZeroMQ for .NET
Other
2.93k stars 744 forks source link

Local TCPIP socket support #967

Open dipenbh opened 3 years ago

dipenbh commented 3 years ago
  1. Does it support Xamarin forms (android, iOS, wpf)?
  2. Does it support local TCP/IP socket? (i.e. need to communicate with devices that are connected under same wifi network without internet connection.)
b2yq commented 3 years ago

1 i am using it in Xamarin Android on phones and tablets, WPF on Windows 7, 8 and 10 and on . Net core on Debian, and i have tested it Under Unity game Engine. So its working everywhere, where. Net is working

  1. Yes its working on local Wifi without internet connection, this is only abstraction layer above TCP and UPD, so its working on the same way as TCP or UPD is working
stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had activity for 365 days. It will be closed if no further activity occurs within 56 days. Thank you for your contributions.