https://github.com/lealex262/iotbattleship
https://github.com/lealex262/iotbattleship
bluetooth game mbed raspberry-pi serial socket-programming
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lealex262/iotbattleship
- Owner: lealex262
- Created: 2018-04-13T18:04:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T16:00:30.000Z (about 8 years ago)
- Last Synced: 2025-02-17T11:44:40.579Z (over 1 year ago)
- Topics: bluetooth, game, mbed, raspberry-pi, serial, socket-programming
- Language: Python
- Homepage: https://os.mbed.com/users/bdonohue/notebook/battleship/
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IoT Battle Ship
By: Alex Le, Eric Yan, Brandon Donohue, Soham Gadgil
mbed code: https://os.mbed.com/users/bdonohue/notebook/battleship/
# How to run the Game
python server.py [port]
or
python server.py [port] [ip]
python iot_client.py [host] [port] : Connect Mbed to computer thou COM Port
python iot_client.py [host] [port]
local host address = "local"
Example
python server.py 8000
python client.py local 8000