Click here to Skip to main content
15,884,836 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have one app server with IP public.

And I want to send some data downstream from this server to Raspberry Pi or webserver on Rasberry Pi.

With upstream I think can use Google Cloud Message, but downstream I don't sure. Please help me how to do this.

What I have tried:

Send data downstream from app server to Raspberry Pi or web server on Raspberry Pi.
Posted
Updated 7-Feb-17 16:15pm
Comments
[no name] 7-Feb-17 21:31pm    
You program up yourself a client that connects to your server and gets the data.

1 solution

NotPolitcallyCorrect is correct. You should investigate the client/server model in TCP/IP.

Here is a good tutorial: Tutorial: Client/Server on the Raspberry Pi - DftWiki[^]

There is also an article here: Simple Connection Between Raspberry Pi 2 with Windows 10 IoT to PC using C#. [^] Be sure to read the comments.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900