- Force main process to run as PID 1
- Fix default DEVICE on v2 concentrators (SX1301)
- Support or RAK5166 and RAK5167 boards
- Images based on bookworm release
- Remove support for ARMv6 arch
- Option to set stat_interval and push_timeoout_ms from environment variables
- Support for auto-discover for Picocell concentrators
- Auto-provision gateway for TTSv3 (TTN/TTI) and ChirpStackv4
- General clean up of the code
- Option to filter uplinks and join requests using whitelists
- Fixed CLKSRC for USB SX1301 concentrators
- Fixed device argument for picocell concentrators
- Fixed bug in SERVER_HOST setting
- Fixed
gateway_eui
script not retrieving EUI from configuration files first - Catching errors in
reset
script
- Refactor gateway_eui and find_concentrator utilities
- Auto-discover concentrator up-front if no MODEL defined
- Support to build address based on TTS tenant
- Better support for static configuration (breaking changes)
- Deprecation notice for
RADIO_DEV
,GATEWAY_EUI_NIC
andTTN_REGION
- Support for remote concentrators via ser2net
- Support for MacOS (using ser2net)
- Fixed support for picocell concentrators (no up-front auto-discover)
- Support for Raspberry Pi 5
- Document gpiod use, including chip selection
- Image for armv6l architecture (#9)
- If HAS_GPS==0 do not try to connect to GPS (#11)
- Default value for HAS_GPS is now based on GPS_DEV
- Added concentrator discovery feature
- Modified AS923 plans
- Remove dependency with rak_common_for_gateway code
- Find concentrator utility
- Changed default RADIO_DEV to /dev/ttyUSB0 when using USB interface
- Option to set a different device port and speed for SX1301/8 SPI concentrators
- Prevent double resetting concentrator on SX1302/3
- Fix concentrator reset
- Support for RAK833-USB/SPI module
- Advanced configuration mode mounting custom
global_conf.json
file
- Added RADIO_DEV and GPS_DEV so the user can specify non-default ports, this allows to have more than one concentrator on the same device
- Changed GW_RESET_GPIO and GW_POWER_EN_GPIO to RESET_GPIO and POWER_EN_GPIO
- Removed EMAIL and DESCRIPTION since these are not used by the code
- Applied patches to the rak_common_for_gateway code to avoid GPS warnings when DEBUG_GPS is 0
- Updated README.md file and also richer docker-compose.yml file
- Support for ARMv6 processors (lke the Raspberry Pi Zero W)
- Based on rak-common-for-gateway
- Compatible with SX1301, SX1302, SX1303 and SX1308 concentrators
- Docker image for armv7hf (32 bits) and aarch64 (64 bits) architectures