todbot / blink1-tool

Command-line tools and C library for blink(1) USB RGB LED
https://blink1.thingm.com/
Other
84 stars 15 forks source link

servertickle not available in http api #58

Open tnagels opened 1 year ago

tnagels commented 1 year ago

I want to use the mini server to monitor the main service running on my server. Due to how it is set up (containers) the best way is to communicate over the http api.

Unfortunatly the servertickle command does not seem to be available from this api - or it is undocumented.

todbot commented 1 year ago

It's in the source of blink1-tiny-server but not in the current releases.
Are you building from source or using a pre-compiled binary?

tnagels commented 1 year ago

I have been using different binaries, but never built from source. My preferred method would be a Docker container.