Commit Graph

337 Commits

Author SHA1 Message Date
Pablo Revilla
fbd84f1fec Cleaned up some print statements 2025-06-02 13:35:32 -07:00
Pablo Revilla
5b0d07e2d1 Added Chicago to the list of sites. 2025-06-01 23:05:12 -07:00
Pablo Revilla
4d9d893868 Changed so that the Top page starts with long fast selected 2025-06-01 22:54:42 -07:00
Pablo Revilla
9bca3566f6 Changed so that the Top page starts with long fast selected 2025-06-01 22:31:21 -07:00
Pablo Revilla
586ecc5d69 Remove pagination from the node's page 2025-06-01 22:26:20 -07:00
Pablo Revilla
6b70c119c2 Removed extra button in the firehose.html file 2025-06-01 22:19:27 -07:00
Pablo Revilla
82ef3cde88 Merge remote-tracking branch 'origin/master' 2025-06-01 22:15:31 -07:00
Pablo Revilla
cfa4d4003f Removed extra button in the firehose.html file 2025-06-01 22:15:11 -07:00
Pablo Revilla
38b0d6f630 Merge pull request #26 from gsilvr/meshview-docker
Added a working dockerfile and readme
2025-06-01 21:56:10 -07:00
Pablo Revilla
e45be00784 Added pagination to the nodes list 2025-06-01 21:31:57 -07:00
George
f037eb27f9 Added a working dockerfile and readme 2025-06-01 12:38:49 -07:00
Pablo Revilla
124c5f2840 Added pagination to the nodes list 2025-05-27 09:28:09 -07:00
Pablo Revilla
5f8c78cf98 Fix UI bug with chat.html 2025-05-23 10:31:42 -07:00
Pablo Revilla
dadcad3af3 Added seach to all the pages by adding it to base.html 2025-05-23 10:23:54 -07:00
Pablo Revilla
eefa896780 Added seach to all the pages by adding it to base.html 2025-05-23 09:09:48 -07:00
Pablo Revilla
dc0b14006f Modified the power and battery graph to show both axis 2025-05-23 07:26:08 -07:00
Pablo Revilla
49922ac617 Modified the README.md 2025-05-22 18:28:06 -07:00
Pablo Revilla
2d7dbdff49 Readded node_graphs 2025-05-22 18:24:08 -07:00
Pablo Revilla
b1f1e7c6da Added self updating firehose.html and chat.html 2025-05-22 15:56:33 -07:00
Pablo Revilla
ada5c1e0a3 Merge remote-tracking branch 'origin/master' 2025-05-22 15:51:05 -07:00
Pablo Revilla
0c443dde25 Added self updating firehose.html and chat.html 2025-05-22 15:50:47 -07:00
Pablo Revilla
a203d5ee30 Update README.md 2025-05-22 14:20:49 -07:00
Pablo Revilla
1ddc3445c3 Update README.md 2025-05-22 14:14:41 -07:00
Pablo Revilla
960a18586d Added self updating firehose.html and chat.html 2025-05-22 10:29:10 -07:00
Pablo Revilla
f08f6f9b93 Added self updating firehose.html and chat.html 2025-05-22 10:19:50 -07:00
Pablo Revilla
56fef8312b Cleaned up the import section as we removed 4 packages 2025-05-21 12:17:19 -07:00
Pablo Revilla
85427fd2a8 Modified all graphs to eliminate the errors and use eCharts 2025-05-21 12:13:51 -07:00
Pablo Revilla
32437584a9 Modified all graphs to eliminate the errors and use eCharts 2025-05-21 11:56:17 -07:00
Pablo Revilla
33bdb9d668 Modified all graphs to eliminate the errors and use eCharts 2025-05-21 11:29:41 -07:00
Pablo Revilla
dfb4b72056 Modified all graphs to eliminate the errors and use eCharts 2025-05-21 11:18:36 -07:00
Pablo Revilla
2b3be8bf93 Modified the Neighbours graphs to eliminate the errors. 2025-05-21 09:37:23 -07:00
Pablo Revilla
a6c9970054 Modified the Neighbours graphs to eliminate the errors. 2025-05-21 09:14:17 -07:00
Pablo Revilla
f9319472b1 Added site in Spain 2025-05-20 22:09:55 -07:00
Pablo Revilla
404996716a Added site in Spain 2025-05-20 10:58:58 -07:00
Pablo Revilla
5631f84b1a Updates to README.md 2025-05-12 11:07:40 -07:00
Pablo Revilla
ae15f0f291 Updates to README.md 2025-05-12 11:02:49 -07:00
Pablo Revilla
6f13be8a58 Added the ability to show receiving node location on map even if the main node is does not have location 2025-05-08 11:09:22 -07:00
Pablo Revilla
295f7083d7 Added the ability to show receiving node location on map even if the main node is does not have location 2025-05-08 10:49:18 -07:00
Pablo Revilla
67f769ec8e Merge all Graphs into one section 2025-05-08 10:20:16 -07:00
Pablo Revilla
6a66e3e579 Merge all Graphs into one section 2025-05-08 10:19:05 -07:00
Pablo Revilla
20f3ec4fab Merge all Graphs into one section 2025-05-07 22:04:43 -07:00
Pablo Revilla
8ce672c5ab Merge all Graphs into one section 2025-05-07 21:43:01 -07:00
Pablo Revilla
c0d69f13de Update README.md 2025-05-07 09:12:41 -07:00
Pablo Revilla
a3e867fc10 Merge pull request #20 from PSandro/master
config: fix server->bind when more than 1 char
2025-05-07 08:58:51 -07:00
Pablo Revilla
91bb0e006f Merge pull request #21 from PSandro/config-add-net-tag
add net_tag to sample.config.ini
2025-05-07 08:56:24 -07:00
Sandro Pischinger
35f8b4d234 add net_tag to sample.config.ini
Not having set net_tag in the config file causes a KeyError when opening
Weekly Net as the net_tag configuration is expected. Thus setting a default value.

Signed-off-by: Sandro Pischinger <mail@sandropischinger.de>
2025-05-04 18:09:01 +02:00
Sandro Pischinger
67f7d13ef6 config: fix server->bind when more than 1 char
Currently the bind option in the configuration file defaults to '*' and
is read during startup in web.py. The value of the host variable  is
of type string, but the current code tries to iterate through it,
suppusedly to support multiple hosts.
This would work if the value was of type array, holding multiple strings
of hostnames (similar to [mqtt]->topics, which is currently not
possible.

When setting 'bind=localhost', the code iterates through 'localhost'
and tries to start a TCPSite with a host of 'l', then 'o', then 'c' and
so on but failes at the first 'l' already since it cannot be resolved.

This commit changes the behaviour of 'bind' to only expect one value,
namely a string of the host where to bind to.

This change does not require any config changes in current productions
setups: The default bind value of '*' is still handled correctly and any
other bind values with more than one character currently fail anyways.

Signed-off-by: Sandro Pischinger <mail@sandropischinger.de>
2025-05-04 17:27:10 +02:00
Pablo Revilla
d374de7bf3 Merge remote-tracking branch 'origin/master' 2025-05-02 11:24:50 -07:00
Pablo Revilla
deb5b25da1 added version visivility. 2025-05-02 11:24:40 -07:00
Pablo Revilla
090d11fe28 added version visivility. 2025-05-02 11:23:13 -07:00