diff options
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 |