Posted: Thu Nov 27, 2014 8:58 am Post subject: Exchange Data through WLAN
hey atm im reading a value which i want to send frequently to my laptop through wlan.
if there is more than one way to do it i want to know which is the best for me.
when i get this work, maybe ill try to make it work on android for my smartphone. so in best case the sending/recieving method should work for this too.
a (great looking ) qt application which displays the value is already done. final step is to connect it.
edit: doing it through WLAN is not that important to me. i'd appropriate any cabel that helps
Sending something over WLAN usually works the same way as sending something through a wired connection. You create a server socket on one pc and a client socket on the other pc. Then you connect your client socket to the server socket and use streams to send your value to your destination. Shouldn't be a big deal =)
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
Posted: Thu Nov 27, 2014 2:31 pm Post subject:
Setup an FTP server on your local machine. Be sure to forward all the appropriate ports and such on the local machine, any firewalls, and your router.
Afterward, you should be able to access your systems FTP from other systems outside of your local LAN.
You can then use a dynamic DNS service to create a DNS name so you do not need to memorize the IP address of your home. It also helps if your home IP changes often. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum