Hi, I want to connect my particle photon to a local server. I know it can be done using Manual System Mode and using http, TCP or UDP. However, I am quite new to all this. How do I go about doing this? Is there an example anywhere for connecting to a local server?
Iām bit bias here since I wrote the article, but I would like to recommend this GitHub https://github.com/davidgatti/IoT-Raw-Sockets-Examples repo where I explain the basics of TCP, UDP and how to use NodeJS to tie everything together :).