<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lora_gateway.git/libloragw, branch v1.6.0</title>
<subtitle>LoRa gateway library</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/'/>
<entry>
<title>v1.6.0</title>
<updated>2014-10-27T14:00:25+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2014-10-27T14:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=23127d92c2c2cbef1b870686c4fc2dd5ba05daec'/>
<id>23127d92c2c2cbef1b870686c4fc2dd5ba05daec</id>
<content type='text'>
- Fixed bug with 250kHz and 500 kHz TX filtering
- Adjusted FSK timestamp calibration in RX for accurate RX/TX alignment
- Added lgw_abort_tx() function to stop a TX at any time (scheduled or ongoing)
- Added support for user-settable FSK sync word (same for RX and TX)
- Added support for the Chinese 780 MHz band
- Added support for Kerlink 433 gateway
- Added support for Cisco 433, 470 &amp; 780 MHz concentrators boards
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixed bug with 250kHz and 500 kHz TX filtering
- Adjusted FSK timestamp calibration in RX for accurate RX/TX alignment
- Added lgw_abort_tx() function to stop a TX at any time (scheduled or ongoing)
- Added support for user-settable FSK sync word (same for RX and TX)
- Added support for the Chinese 780 MHz band
- Added support for Kerlink 433 gateway
- Added support for Cisco 433, 470 &amp; 780 MHz concentrators boards
</pre>
</div>
</content>
</entry>
<entry>
<title>v1.5.0</title>
<updated>2014-06-27T14:14:32+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2014-06-27T14:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=a39d133560cbb617557bb912f0c188bab73055fd'/>
<id>a39d133560cbb617557bb912f0c188bab73055fd</id>
<content type='text'>
- Adding option to discriminate LoRa MAC networks from private LoRa networks at PHY level.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Adding option to discriminate LoRa MAC networks from private LoRa networks at PHY level.
</pre>
</div>
</content>
</entry>
<entry>
<title>v1.4.1</title>
<updated>2014-06-27T13:45:51+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2014-06-27T13:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=5b962da815a502559a27c3d283c22a0a943f23bb'/>
<id>5b962da815a502559a27c3d283c22a0a943f23bb</id>
<content type='text'>
- Enabling support for FSK per LoRa MAC specification
- Adjusting TX and RX calibration set on 868 reference board
- Added specific RX/TX calibration set for Kerlink 868 "IoT station" gateway
- Changed default SPI port for native driver to Kerlink SPI device number
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Enabling support for FSK per LoRa MAC specification
- Adjusting TX and RX calibration set on 868 reference board
- Added specific RX/TX calibration set for Kerlink 868 "IoT station" gateway
- Changed default SPI port for native driver to Kerlink SPI device number
</pre>
</div>
</content>
</entry>
<entry>
<title>v1.4.0</title>
<updated>2014-05-15T11:09:47+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2014-05-15T11:09:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=3f22bb77f120f27fad71b6c47d4eb17936fc42a7'/>
<id>3f22bb77f120f27fad71b6c47d4eb17936fc42a7</id>
<content type='text'>
- Added calibration routine to optimize RF performance
- Added support for SX1301 433 MHz reference board
- Improved AGC firmware
- Improved RSSI accuracy
- Improved utilities Makefile
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added calibration routine to optimize RF performance
- Added support for SX1301 433 MHz reference board
- Improved AGC firmware
- Improved RSSI accuracy
- Improved utilities Makefile
</pre>
</div>
</content>
</entry>
<entry>
<title>v1.3.0</title>
<updated>2014-03-28T15:58:48+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2014-03-28T15:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=f991b0e35ad1bd3b999c70e68c518bae91bd36a6'/>
<id>f991b0e35ad1bd3b999c70e68c518bae91bd36a6</id>
<content type='text'>
- Added TX power management.
- Added full support for SX1301 reference board.
- Changed build system with configuration for multiple chip/radio/band support.
- SX125x bandwidth set to 1MHz by default (was 800 kHz).
- Solved warnings with 64b integer printf when compiling on x86_64.
- Renamed helper programs to reduce the concentrator vs. gateway confusion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added TX power management.
- Added full support for SX1301 reference board.
- Changed build system with configuration for multiple chip/radio/band support.
- SX125x bandwidth set to 1MHz by default (was 800 kHz).
- Solved warnings with 64b integer printf when compiling on x86_64.
- Renamed helper programs to reduce the concentrator vs. gateway confusion.
</pre>
</div>
</content>
</entry>
<entry>
<title>v1.2.2</title>
<updated>2014-03-10T07:48:00+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2014-03-10T07:48:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=0e2b2cfa32767e516870a4e6a2ce0b6cce827910'/>
<id>0e2b2cfa32767e516870a4e6a2ce0b6cce827910</id>
<content type='text'>
- Added a GPIO toggle on the FTDI SPI module to reset the SX1301 board.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added a GPIO toggle on the FTDI SPI module to reset the SX1301 board.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed 'floating point exception' crash when concentrator returned a packet with SF=0 (CRC error on Lora header).</title>
<updated>2014-01-27T11:04:34+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2014-01-27T11:04:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=f835eac31780cf7da5b69ae6bd4f57edefa45947'/>
<id>f835eac31780cf7da5b69ae6bd4f57edefa45947</id>
<content type='text'>
Fixed buggy timezone handling
HAL does not return NaN anymore for SNR and RSSI if measurements are not available (return -128).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed buggy timezone handling
HAL does not return NaN anymore for SNR and RSSI if measurements are not available (return -128).
</pre>
</div>
</content>
</entry>
<entry>
<title>v1.2.0</title>
<updated>2013-12-19T16:41:02+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-12-19T16:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=f9203f1a4a9b635cbe96670ed5a5e5309bb10697'/>
<id>f9203f1a4a9b635cbe96670ed5a5e5309bb10697</id>
<content type='text'>
- Added feature: new GPS module in the library for synchronization
- Removed feature: no more missed deadline detection in TX because of incompatibility with GPS
- Added documentation for GPS and legal notice
- Added flags in Makefiles for easier cross-compilation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added feature: new GPS module in the library for synchronization
- Removed feature: no more missed deadline detection in TX because of incompatibility with GPS
- Added documentation for GPS and legal notice
- Added flags in Makefiles for easier cross-compilation
</pre>
</div>
</content>
</entry>
<entry>
<title>v1.1.1</title>
<updated>2013-12-12T14:31:52+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-12-12T14:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=b665027754e4a050b5c3ea2da999dce8bf3ab710'/>
<id>b665027754e4a050b5c3ea2da999dce8bf3ab710</id>
<content type='text'>
- bugfix: fixed some range checks that did not prevent segfaults
- test: removed systematic register dump in test_loragw_hal.c
- modified Makefiles for easier cross-compilation
- added root README and removed TXT extension of other READMEs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- bugfix: fixed some range checks that did not prevent segfaults
- test: removed systematic register dump in test_loragw_hal.c
- modified Makefiles for easier cross-compilation
- added root README and removed TXT extension of other READMEs
</pre>
</div>
</content>
</entry>
<entry>
<title>v1.1.0</title>
<updated>2013-11-22T16:08:59+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-11-22T16:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=0d3fcabc3616d95f9fbeeb367087926dcdb32ca1'/>
<id>0d3fcabc3616d95f9fbeeb367087926dcdb32ca1</id>
<content type='text'>
- Fixed bug 'no TX on radio B' (rfch 1)
- Added feature: concentrator processing delay compensation in the receive() function for accurate 'end of packet' even timestamping
- Added feature: TX 'start delay' compensation in the send() function to emit packet exactly on target timestamp
- Added feature: timestamp counter verification in send() function, return an error if scheduling was too late
- Switched license to 'Revised BSD'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fixed bug 'no TX on radio B' (rfch 1)
- Added feature: concentrator processing delay compensation in the receive() function for accurate 'end of packet' even timestamping
- Added feature: TX 'start delay' compensation in the send() function to emit packet exactly on target timestamp
- Added feature: timestamp counter verification in send() function, return an error if scheduling was too late
- Switched license to 'Revised BSD'
</pre>
</div>
</content>
</entry>
</feed>
