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

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

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