<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lora_gateway.git, branch v1.b7</title>
<subtitle>LoRa gateway library</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/'/>
<entry>
<title>Beta 7 (beta6 skipped)</title>
<updated>2013-10-23T12:03:05+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-09-19T13:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=b922932d1c9869d82042b600db2382d8c15f63dc'/>
<id>b922932d1c9869d82042b600db2382d8c15f63dc</id>
<content type='text'>
- API: change memory allocation for payload, they are now part of the struct for TX/RX, no need to malloc/free
- reduced number of SPI transactions to fetch a packet (improved number a packets par second that can be downloaded from gateway)
- streamlined build process, main target is now a static library: libloragw.a
- All RX chains can use any of the two radios now
- FSK is available and working in TX and RX (variable length mode)
- Calibrated RSSI for FSK
- lgw_connect now check the CHIP_ID
- Added a license file and a changelog
- Added a function returning a version string to allow identification of the version/options once compiled
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- API: change memory allocation for payload, they are now part of the struct for TX/RX, no need to malloc/free
- reduced number of SPI transactions to fetch a packet (improved number a packets par second that can be downloaded from gateway)
- streamlined build process, main target is now a static library: libloragw.a
- All RX chains can use any of the two radios now
- FSK is available and working in TX and RX (variable length mode)
- Calibrated RSSI for FSK
- lgw_connect now check the CHIP_ID
- Added a license file and a changelog
- Added a function returning a version string to allow identification of the version/options once compiled
</pre>
</div>
</content>
</entry>
<entry>
<title>Beta 5</title>
<updated>2013-10-23T11:36:30+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-09-03T12:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=68b8b7a70d9104888997174506fbbaa0abb12a4c'/>
<id>68b8b7a70d9104888997174506fbbaa0abb12a4c</id>
<content type='text'>
- updated firmwares and registers to new IP revision (VERSION = 103, bistream r986)
- recalibrated RSSI
- updated registers configuration
- updated size for firmware code memory
- changed TX status code symbols
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- updated firmwares and registers to new IP revision (VERSION = 103, bistream r986)
- recalibrated RSSI
- updated registers configuration
- updated size for firmware code memory
- changed TX status code symbols
</pre>
</div>
</content>
</entry>
<entry>
<title>Beta 4</title>
<updated>2013-10-23T09:36:29+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-09-02T14:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=33ade9eb698f594e95076a5e4056a70163f14278'/>
<id>33ade9eb698f594e95076a5e4056a70163f14278</id>
<content type='text'>
- now supports 'native' Linux /dev/spi* interface and SPI-over-USB using FTDI bridge through libmpsse
- Flexible build system, with library.cfg file to set Makefile options
- removed 500 kHz bandwidth limitation on radios, pushed it to the nominal 800kHz usable bandwidth
- RSSI calibrated fo Lora multi-datarate channels
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- now supports 'native' Linux /dev/spi* interface and SPI-over-USB using FTDI bridge through libmpsse
- Flexible build system, with library.cfg file to set Makefile options
- removed 500 kHz bandwidth limitation on radios, pushed it to the nominal 800kHz usable bandwidth
- RSSI calibrated fo Lora multi-datarate channels
</pre>
</div>
</content>
</entry>
<entry>
<title>Beta 3</title>
<updated>2013-10-23T09:03:07+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-08-08T13:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=ddac0aa483dd5f7bca31b0c042949eca370a8fdc'/>
<id>ddac0aa483dd5f7bca31b0c042949eca370a8fdc</id>
<content type='text'>
- modified 'native' SPI module to align with the way resource pointers are managed in 'ftdi' variant (void pointers)
- better check of channel frequency + bandwidth vs. authorized band
- improved Makefile
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- modified 'native' SPI module to align with the way resource pointers are managed in 'ftdi' variant (void pointers)
- better check of channel frequency + bandwidth vs. authorized band
- improved Makefile
</pre>
</div>
</content>
</entry>
<entry>
<title>Beta 2</title>
<updated>2013-10-23T08:51:16+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-07-22T14:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=e588fccf2b13065c25c95c70be191614cd23b005'/>
<id>e588fccf2b13065c25c95c70be191614cd23b005</id>
<content type='text'>
- updated firmwares and registers to new IP revision (VERSION = 101)
- added CHIP_ID
- added function to get TX status
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- updated firmwares and registers to new IP revision (VERSION = 101)
- added CHIP_ID
- added function to get TX status
</pre>
</div>
</content>
</entry>
<entry>
<title>Beta 1</title>
<updated>2013-10-23T08:40:07+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-07-04T15:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=fea7eef3bd031874a7c38064597e64d7b1f821c3'/>
<id>fea7eef3bd031874a7c38064597e64d7b1f821c3</id>
<content type='text'>
- added code for ppm_offset management (activated when symbol length &gt; 16 ms)
- removed temporarily TX polarity management
- added macro for variable checking (range and/or valid symbolic value)
- renamed variables &amp; macros
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added code for ppm_offset management (activated when symbol length &gt; 16 ms)
- removed temporarily TX polarity management
- added macro for variable checking (range and/or valid symbolic value)
- renamed variables &amp; macros
</pre>
</div>
</content>
</entry>
<entry>
<title>Release Candidate 2</title>
<updated>2013-10-23T08:16:59+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-07-03T15:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=1361e7215cd0eb3b38faff1c403cb3077e41b2be'/>
<id>1361e7215cd0eb3b38faff1c403cb3077e41b2be</id>
<content type='text'>
- code cleanup and formating
- variable and constants renaming
- TX polarity management
- fixed bugs thanks to Joe Knapp feedback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- code cleanup and formating
- variable and constants renaming
- TX polarity management
- fixed bugs thanks to Joe Knapp feedback
</pre>
</div>
</content>
</entry>
<entry>
<title>Release Candidate 1, initial diffusion.</title>
<updated>2013-10-23T07:46:47+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-07-02T14:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=3357493e096fc0bd4767d1a3cc0cb7e3e52a4f53'/>
<id>3357493e096fc0bd4767d1a3cc0cb7e3e52a4f53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Repo initialization</title>
<updated>2013-10-23T07:00:53+00:00</updated>
<author>
<name>Sylvain Miermont</name>
<email>smiermont@semtech.com</email>
</author>
<published>2013-06-17T07:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/lora_gateway.git/commit/?id=dc7420bec4bc6eefff6198825023ee73f6027c60'/>
<id>dc7420bec4bc6eefff6198825023ee73f6027c60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
