Raspberry Pi TCPServer

I have tried to use the new raspberry pi Lib,

I would like to setup and internal TCP server on the Pi using particle , I have tried
TCPServer server = TCPServer(80);

This however i cannot make it work
port 80 remains closed on the pi;

I have another app running on the Pi which I want to submit a post request to localhost:80 which will be picked up by the particle library and then submitted to the cloud.

Any help would be greatly appreciated

Cheers

Eli

2 Likes

Hello,

Let me ping someone that might be able to help, @rickkas7 are you able to assist?

Kyle