diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-14 18:48:26 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-05-14 18:48:26 -0700 |
commit | fe9cf6386737f73b9bd782cba436095df6e37258 (patch) | |
tree | 50af872160240b500551d7a3ef1e2793baed7b35 /README.md | |
parent | 5aa48092fae5cf0eec65a595b6e0c94304555fbf (diff) |
update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -35,6 +35,7 @@ Infrastructure configs, some maybe included in pi_config dir - /etc/nftables.conf nftables firewall configs - server: <https://git.flylightning.xyz/config_local_arch/tree/etc/nftables.conf?h=ca> - laptop: <https://git.flylightning.xyz/config_local_arch/tree/etc/nftables.conf?h=master> +- Reboot or restart/reload the services maybe needed for some configurations to work. wireguard laptop configuration ``` @@ -83,3 +84,23 @@ Endpoint = ca.flylightning.xyz:49432 AllowedIPs = 10.0.0.5/32, fdc9:281f:04d7:9ee9::5/128, 10.0.0.1/32, fdc9:281f:04d7:9ee9::1/128 PersistentKeepalive = 25 ``` + + +remote_plot future improvements +- Line plot +- Use a slider for time +- Time in current timezone +- Show data number on plot +- Webui with rest API +- Save little to RAM, read from file mostly +- Server side record data +- Better network hole punching +- Better UI +- Specify to plot last how many last seconds +- Async read remote data +- Plot average data in a time period to use less CPU +- Scroll-able plots +- Show cell name for max min data +- Better way to manage infrastructure code +- More touch screen friendly +- More platform independent |