A little experimental tool (and SDK) to tinker around with PalGate devices (parking gates, etc).
go get github.com/zcahana/palgate-cliRequires any recent version of Go.
Currently, the tool only supports retrieving the log history of gate operations.
Simply run the following command:
$ palgate-cliThe tool currently supports several configuration options, specified via environment variables
or a YAML config file located at $HOME/.palgate.
PALGATE_SERVER_ADDRESS, optional, the address of the PalGate server, defaults toapi1.pal-es.com.PALGATE_GATE_ID, required, the ID of the gate device to be controlled.PALGATE_AUTH_TOKEN, admin authentication token
Example YAML config file:
gateID: <gate id>
authToken: <auth token>More info will be added later on how to obtain the gate ID and authentication token.
- Additional commands to list, add, remove and update users and remote controls.
- Colored log history
- Archive log history (see palgate-log-archiver)