/ArduinoXSockets

Arduino client & Custom Protocol in XSockets to control Arduino from anywhere

Primary LanguageC#

#XSockets Arduino Sample

Shows how to connect an Arduino (for example) to XSockets

This way you can communicate (both ways) with a MCU from anywhere.

The sample includes

  • custom protocol for Arduino client
  • Arduino client
  • Sensor controller (faking data from Arduino)
  • Monitor controller (connect to it from Putty)

Sample Image

Showing Putty receiving data from the Arduino Arduino XSockets Putty

##Requirements

  • Visual Studio 2015 and .NET 4.5.
  • Arduino with Wifi or Ethernet

/Team XSockets.NET