diff --git a/assets/pages.json b/assets/pages.json index 7e31985..70fc75b 100644 --- a/assets/pages.json +++ b/assets/pages.json @@ -1,7 +1,7 @@ [ { "name": "Home", "path": "/" }, { "name": "Exams", "path": "/exams.html" }, - { "name": "Net Check-Ins", "path": "/net/index.html" }, - { "name": "Meshtastic", "path": "/mesh/index.html" }, + { "name": "Net Check-Ins", "path": "/net/" }, + { "name": "Meshtastic", "path": "/mesh/" }, { "name": "History", "path": "/history.html" } ] diff --git a/index.html b/index.html index 01b440e..36d92d3 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,16 @@ - + BYU-Idaho Amateur Radio Society - - + + + + + + + + + + + + + + + +
+

Rexburg Meshtastic Network

+ +

+ The BYUIARS-sponsored Rexburg Meshtastic network is a low-power, long-range mesh radio network using LoRa devices to support off-grid communication. It is open to community participation and ideal for emergency scenarios and experimentation. +

+ +

Current Node Map

+
+ +
+ +

How to Get Involved

+ +
+ + + + + + diff --git a/net/index.html b/net/index.html new file mode 100644 index 0000000..b596d0a --- /dev/null +++ b/net/index.html @@ -0,0 +1,146 @@ + + + + + + Net Check-Ins – BYUIARS + + + + + + + + + + + + + + +
+

Weekly Net Check-Ins

+ +
+ + + +
+
+ + + + + + diff --git a/net/net.json b/net/net.json new file mode 100644 index 0000000..d49dc5d --- /dev/null +++ b/net/net.json @@ -0,0 +1,18 @@ +{ + "weekly": [ + { "date": "2025-06-06", "count": 12 }, + { "date": "2025-06-13", "count": 15 }, + { "date": "2025-06-20", "count": 9 }, + { "date": "2025-06-27", "count": 17 } + ], + "callsigns": [ + "KD7XYZ", + "N0CALL", + "KI7ABC", + "W7BYU", + "KJ7DEF", + "KA6TST", + "W1RAD", + "KN7HAM" + ] +}