python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to send message to device on local network using Java/Kotlin sockets?
I need to send a message (in JSON format) to a IoT device connected on my local network. The device is a smart bulb that I would like to toggle at every request. I know the IP address and the port of ...
Andrew
Votes: 0
Answers: 1
Why does my Python P2P client works over LAN but not the Internet and how can I fix this
Why does my Python P2P client works over LAN but not the Internet and how can I fix this!
I would like to make a p2p messenger and I just don't know why the p2p functionality with UDP Hole Punching is...
printrman
Votes: 0
Answers: 0