addon script of udp/tcp server
#1
How to make a simple script of making addon script of udp/tcp server which responds to any local network client which send packet to it.
Reply
#2
Thread moved to add-on development
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#3
Using Python, it is not that difficult to create a network service. I suggest you take a look at https://docs.python.org/2/howto/sockets.html for examples.
Combine this with the kodi addon examples and you should have a good start.
Reply

Logout Mark Read Team Forum Stats Members Help
addon script of udp/tcp server0