Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ixjlyons/android-udp-python


https://github.com/ixjlyons/android-udp-python

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

A simple method of communicating messages from Android to Python using UDP.

Just run the Python script, then run the Android app. It will ask for a server IP address and port. Enter the IP address of the computer running the Python script and the PORT specified in the script. Then you can type messages and send them. They should show up as "received:" by the script, which then continues waiting for more messages.