-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a10286d
commit 37a4e8c
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# python-service-zk | ||
python-service-zk | ||
Connect to ZK Devices, download Users and Events and send to JSON-API over HTTP | ||
|
||
usage: python-service-zk [-h] [--port PORT] [--timeout TIMEOUT] [--password PASSWORD] [--UDP | --no-UDP] [--ping | --no-ping] [--serial | --no-serial] | ||
[--time | --no-time] [--users | --no-users] [--records | --no-records] | ||
host URL | ||
|
||
|
||
* Generate event id using UNIXTime + USERId in 64bit int number | ||
* Add device serial, time, timeOffset to adjust timeStamps | ||
* Sync device time |