Very basic Linux client for the Timeular ZEI, due to lack of a Linux implementation for the Timeular Zei
- Create an API key on your profile page
- Copy the API key and secret into the
config.json
file in the root of the project{ "apiKey": "my-api-key", "apiSecret": "my-api-secret" }
- Add the serial number of ZEI device you want to use with this computer to
config.json
as well if you use more than one ZEI device (e.g. one at work and one at home){ "apiKey": "my-api-key", "apiSecret": "my-api-secret", "deviceSerial": "TZ******" }
- Add the serial number of ZEI device you want to use with this computer to
- Run
go get
- Run
go build
- Give the client enough capabilities to open RAW sockets:
sudo setcap cap_net_raw,cap_net_admin+eip timeular-zei-linux
- Start the application:
./timeular-zei-linux