• Joined on 2022-07-06
MrKalzu pushed to main at MrKalzu/eee_alarm_clock 2025-02-07 07:31:26 +02:00
1072973f3f Some stuff did not come trought last night.
MrKalzu pushed to main at MrKalzu/eee_alarm_clock 2025-02-06 23:05:28 +02:00
5aa1f078bc More acurate name for alarm_api, => clock. Made the UI parts to their own package and separate them to smaller files.
MrKalzu pushed to main at MrKalzu/eee_alarm_clock 2025-01-28 10:56:00 +02:00
3a3813e389 Some nice UI upgrades.
MrKalzu pushed to main at MrKalzu/eee_alarm_clock 2025-01-27 12:11:16 +02:00
c8bb1517c5 Way better active alarm display. Snooze and dismiss are still wierd.
MrKalzu pushed to main at MrKalzu/eee_alarm_clock 2025-01-27 11:30:58 +02:00
8690532c19 Active alarms almost work. They just look ugly.
MrKalzu pushed to main at MrKalzu/eee_alarm_clock 2025-01-26 22:03:05 +02:00
6fd172ce2e Active alarms almost work.
MrKalzu pushed to main at MrKalzu/eee_alarm_clock 2025-01-25 23:45:35 +02:00
f3dabc1116 readme
MrKalzu pushed to main at MrKalzu/eee_alarm_clock 2025-01-25 23:25:10 +02:00
a48976a762 We have sound! And mostly working ncurses ui!
MrKalzu pushed to main at MrKalzu/eee_alarm_clock 2025-01-25 15:54:36 +02:00
4e1c838eaa This UX stuff is hard!. Trying to make the add alarm functionality to work over the ncurses...
56827825b3 gitignore
Compare 2 commits »
MrKalzu pushed to main at MrKalzu/eee_alarm_clock 2025-01-24 23:11:21 +02:00
0eb5204833 Started working on the local ncurses UI. Also logging...
35d1e76ba0 Made alarm_api more modular and easier to extend.
Compare 2 commits »
MrKalzu pushed to main at MrKalzu/eee_alarm_clock 2025-01-23 23:13:25 +02:00
211f581921 python import problems.
MrKalzu pushed to main at MrKalzu/eee_alarm_clock 2025-01-23 20:36:42 +02:00
7e5d1a38a6 First bit on ncurses stuff, big digits.
MrKalzu pushed to main at MrKalzu/eee_alarm_clock 2025-01-23 20:25:54 +02:00
9cda468357 Added cli client.
MrKalzu pushed to main at MrKalzu/eee_alarm_clock 2025-01-23 20:18:45 +02:00
47745e7fd5 Added alert_api.
MrKalzu created branch main in MrKalzu/eee_alarm_clock 2025-01-23 20:18:45 +02:00
MrKalzu created repository MrKalzu/eee_alarm_clock 2025-01-23 20:07:55 +02:00
MrKalzu pushed to master at MrKalzu/wireguard_peer_manager 2024-10-23 22:11:31 +03:00
c806af77c7 Readme for the new implementation.
MrKalzu pushed to master at MrKalzu/wireguard_peer_manager 2024-10-22 22:21:35 +03:00
8cbe334f1b quick, maybe working, client.py (updatet from the wpm_client.py)
MrKalzu pushed to master at MrKalzu/wireguard_peer_manager 2024-10-22 22:06:45 +03:00
e620c28648 Keep It Simple Stupid. Started using the CherryPy server and made classes from the parts.
MrKalzu pushed to master at MrKalzu/wireguard_peer_manager 2024-10-21 23:29:09 +03:00
6db5290cca Added auth and encryption to the api. Still some bugs, endpoints seem to give http/500 error codes.