This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
resources:resources_spfv2_v5.1.0-klk4 [2018/08/14 15:58] ghi removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Semtech Packet Forwarder V2 v5.1.0-klk4 (June 2018) ====== | ||
- | |||
- | ===== Changelog ===== | ||
- | |||
- | * Add a temperature check to stop the LoRa board when a maximum temperature is reached. | ||
- | * The GPS log is no longer too verbose (the ''WARNING: parsing GGA/RMC sentence returned'' warnings are no longer logged). | ||
- | * Remove ''gateway_ID'' field from the calibration file ''/tmp/calib_loraloc.json''. | ||
- | * ''gateway_ID'' is generated by default in the packet forwarder. | ||
- | * Display configured ''gateway_ID'' in packet forwarder logs | ||
- | * The existing JSON configuration is no longer erased when upgrading. | ||
- | * Add a tool called ''configure_spf2'' to help to configure the packet forwarder configuration file. | ||
- | * Fix compilation warning. | ||
- | * Correction on TX acknowledge feature. | ||
- | * Add system time to the JSON frames sent to LNS when the GPS is not available. | ||
- | * The iptables firewall is now properly configured. | ||
- | * Correction of the configuration file for iBTS 923 MHz. | ||
- | * Correction on the field ''rssi_shift''. | ||
- | * Enable autoquit feature by default: if the packet forwarder detects 3 times in a row that it didn't receive feedback from the LNS, it will automatically restart. The ''autoquit_threshold'' parameter in the JSON configuration file can change this behavior. | ||
- | * Add AU928 default configuration file. | ||
- | * Add ping statistics to log and ''stat'' JSON frames. It is a measure of the RTT (Round Trip Time) between the gateway and the LNS server (average of last 4 values). | ||
- | |||
- | ===== Restrictions ===== | ||
- | |||
- | * Check temperature at startup is wrong. | ||
- | * JSON message: the field tmms is removed from the JSON frames (it was invalid). | ||
- | |||
- | |||
- | |||
- | ===== Compatibility ===== | ||
- | <note important> | ||
- | Packet forwarder v5.1.0 is only compatible with : | ||
- | * KerOS firmware v3.x.x | ||
- | * FPGA firmware v61 | ||
- | * Semtech HAL v5.1.0. | ||
- | To know your FPGA software version consult the FAQ [[wiki:faq|How to read FPGA version ?]]. | ||
- | </note> | ||
- | |||
- | ===== Download ===== | ||
- | |||
- | ==== pre-compiled .ipk ==== | ||
- | |||
- | {{ :resources:spf2_5.1.0-klk4_5.1.0-klk5_klk_lpbs.ipk |}} (MD5:''708bb2de4e735e92fe3a08b848af7d4a''). | ||
- | |||
- | |||
- | ==== sources ==== | ||
- | |||
- | {{ :resources:spf2-5.1.0-klk4.tar.gz |}} (MD5:''7ec28dcef5968e141a42ec972893b2b3''). | ||
- | ==== Packet Forwarder protocol ==== | ||
- | |||
- | Packet Forwarder Protocol v1.2 : {{ :resources:protocol-v5.1.0.txt |Protocol for SPFv2 v5.1.0}} | ||
- | |||
- | ==== json configuration file example ==== | ||
- | |||
- | json configuration file examples are installed by default under ''/user/spf2/etc/''. | ||
- | |||
- | <note important> To upgrade your gateway follow the software update procedure : [[wiki:sw_updates|Software updates]]. | ||
- | Packet forwarder logs will be available in ''/user/spf2/var/log/spf2.logfiles''</note> |