23 lines
475 B
Markdown
23 lines
475 B
Markdown
# vrnp
|
|
|
|
## TODO
|
|
|
|
### Server
|
|
|
|
- [x] Use timeout for fetching departures
|
|
- [x] Add basic auth
|
|
- [x] Create Nix package
|
|
- [x] Create container
|
|
- [x] Transfer using JSON
|
|
- [x] Correctly implement basic auth
|
|
- [ ] Make port configurable
|
|
- [ ] Use unidecode to replace non-ascii stuff
|
|
- [ ] Add query parameter for selecting EFAClient
|
|
- [ ] Return current time for displaying clock
|
|
|
|
### Client
|
|
|
|
- [x] Write ESP8266 client
|
|
- [x] Add code for handling button presses
|
|
- [ ] Add clock
|