Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ixjlyons/android-udp-python
https://github.com/ixjlyons/android-udp-python
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ixjlyons/android-udp-python
- Owner: ixjlyons
- Created: 2012-06-18T19:03:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-19T00:57:01.000Z (over 12 years ago)
- Last Synced: 2023-03-22T15:17:19.301Z (over 1 year ago)
- Size: 122 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.