Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 944 Bytes

File metadata and controls

19 lines (15 loc) · 944 Bytes

recorder-netsync

Synchronization software for CMU Navlab traffic recording boxes (Python 3)

Installation on Mac:

pip3 install zmq; python3 client.py; python3 server.py

Installation on Raspberry Pi:

Functionality

  • Distributed message passing
  • Set time on each Raspberry Pi
  • Record local time (on pi) and receieved time (network), log to .txt file

Errors?

External adapter + the wifi AP is not started? ./runservice.sh Make sure the host IP that is being used in the publisher.py or subscriber.py files is not 127.0.0.1 or localhost.