-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
31 lines (23 loc) · 766 Bytes
/
README
File metadata and controls
31 lines (23 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
requirements:
python3
python3-serial
python3-bitstring
optional:
python3-coverage
to run:
python3 bridge.py
tests:
python3 run_tests.py
bridge --
This is the process(s) to handle communications with the IM. It is
actually a collection of servies that communicate with each using
pipes. There are 4 main services: model, io, net, and event.
Orginally started as a group project for a class at University of Illinois.
android --
Client to bridge, external libraries in repository for convience.
insteon_protocol --
The library that the bridge process uses to communicate with the device
TODO: finish test suite --add better tests, the current tests are awful
TODO: create event service
TODO: create user auth
TODO: save state to disk