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

make blink1-tiny-server easier to use #24

Closed todbot closed 9 months ago

todbot commented 5 years ago

As a customer has pointed out, it's not entirely simple to figure out what this program does.

normanr commented 4 years ago

Could you also make it so that the server's default port matches the control-tool's default url?

normanr commented 4 years ago

Also document that --port supports host:port syntax in case users want to bind it to a specific address (like localhost).

normanr commented 3 years ago

It would also be nice to have a command line option to enable serving of static files (the plist file seems to already set it?!?)

normanr commented 3 years ago

(Note: I have a commit on my fork that adds a command line option to enable serving of static files)

todbot commented 3 years ago

Thanks for working on this! I have some other work commitments that means I can't look very deeply on this for a week or so. But hopefully next week I'd like to integrate this and the other changes you've been working on.