Suppose I have a C # application installed on 2 laptops connected to a Wi-Fi wireless LAN.
How can these applications send messages to each other? What method or library can I use? I heard about the use of sockets, but I have no idea how to work with them.
You can use WCF to build a communication channel between two applications. WCF encapsulates sockets in a more manageable interface. You can run here .
, , . ( TCP UDP , HTTP), , , - . , . . Google "# Sockets" "# HTTP" .., .
- # ( , ) Socket, Binary Formatter. , .
Source: https://habr.com/ru/post/1722193/More articles:Grails Webflow - storing things * outside * the flow volume - spring-webflowCreating a Cocoa Application Using C or Perl (NOT Objective-C) - cModel-View-Presenter in ASP.NET with ListView and Repeater - c #Can I use UDK for non-game projects? - editorCodeIgniter PHP Exceptions - phpDifference in performance of alternative switches in Python - performanceКак узнать C-указатели? - cBest F # IDE for Mac - ideiPhone facebook connects FQL query to get user friends - iphone.NET: System.IO.Path - .netAll Articles