Click here to Skip to main content
15,887,350 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How can I connect 2 devices (PC and Android device to be specific) via internet to stream data (I need such connection in my program)? I will need some indirect server, right ( I don't have my own IP )?
I'll need to stream video, some text-base commands and some pictures. Do u know a technology/protocol that can manage to do this?
Posted
Updated 14-Mar-15 14:54pm
v2
Comments
Homero Rivera 15-Mar-15 0:10am    
This is too broad, so let me better just comment: You need a 3rd computer (server) in the internet, with its own internet IP.
That way the devices will call this server within Internet Transmission standards.
And, depending on what your application does, you need to program a server...

However, you could, theoretically, use any web server, and make reduced calls where you just get an image here, some text there, as users interact with your software, and 'feed' the webpage.

You need more telecom knowledge, but all you're saying, bottom-line, is possible.

1 solution

This seems like an appropriate use of IoT services...

There are several services that will "gather" you data for you... Personally, I like "ThinkSpeak"... https://thingspeak.com/[^]

You can use their API to publish your data from mobile devices, IoT devices like Raspberry PI(s) and Arduinos, and use your devices or even your browser to read the data from ThinkSpeak's servers as useful dashboards, graphs or just as plain data.

I do agree that the question that you are asking is a little too wild, but I hope that if this could possibly be a pointer in the right direction.

As an example, I am working on a ThinkSpeak/Arduino project that allows a company that services decorative fishtanks to monitor water quality in their client's offices, and receive alerts when the results go out of the norm.
 
Share this answer
 
Comments
BPiek 23-Mar-15 5:26am    
thanks, I'll look it up. I know the question is broad, I just don't have knowledge, ant there is so much to get to know that it could take me months to decide.
I thought also about connection via VPN.

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