-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
83bf977
commit 5313b59
Showing
19 changed files
with
1,009 additions
and
526 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,10 @@ Maintained by Maarten Westenberg ([email protected]) | |
|
||
# Release Notes | ||
|
||
Features release 6.2.6 (September 08, 2020) | ||
- Better timing for downstream | ||
- Other display of statistics | ||
|
||
Features release 6.2.5 (April 30, 2020) | ||
- Repaired SF and BW for upstream | ||
- Rewrote Monitoring to output only the most significant messages for debug==1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Single Channel LoRaWAN Gateway | ||
|
||
Version 6.2.5, | ||
Data: May 21, 2020 | ||
Version 6.2.6, | ||
Data: September 08, 2020 | ||
Author: M. Westenberg ([email protected]) | ||
Copyright: M. Westenberg ([email protected]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Single Channel LoRaWAN Gateway | ||
|
||
Last Updated: February 23, 2020 | ||
Last Updated: September 08, 2020 | ||
Author: M. Westenberg ([email protected]) | ||
Copyright: M. Westenberg ([email protected]) | ||
|
||
|
@@ -16,17 +16,19 @@ Maintained by Maarten Westenberg ([email protected]) | |
|
||
# ToDo Functions | ||
|
||
Features not in release 6.2.4 | ||
Features not in release 6.2.6 | ||
|
||
- Change Downstream timing to be interrupt driven. | ||
- Make better version for _ENCODE | ||
- Repair _REPEATER to work for devices that are far away from the gateway | ||
- Change Downstream timing to be more accurate (interrupt driven?). | ||
- Frequency: Support for eu433 frequencies (Standard) | ||
- Testing and timing of downlink functions (need quiet area) | ||
- Get HOP frequency functions to work on three frequencies | ||
- Get HOP frequency functions to work on three frequencies (Naah) | ||
- Security: Enable passwords for GUI access and WiFi upload (may not be necessary for normal home router use) | ||
- Enable remote updating through GUI | ||
- Support FSK (May not be necessary) | ||
- Support for other Mode A and B of LoRa devices | ||
- Support for 3G/4G/5G devices | ||
- Support FSK (This may not be necessary) | ||
- Support for other Class A and B, C of LoRa devices | ||
- Support for 3G/4G/5G devices (Probably overkill for ESP devices, better buy a real gateway) | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.