PreviousNext
User gateway
Help > IQMESH in practice > Typical network scenario > Gateway > User gateway

  With a Linux machine and IQRF GW Daemon

An (even more powerful) gateway can be created by the user from any Linux-based single-board computer (e.g. Raspberry Pi).

  Without Linux and IQRF GW Daemon

Another simple and economical alternative is using a Linux-free single-board computer like Arduino or even a standalone MCU. This approach is supported by IQRF SDK (Software Development Kit). It enables easy development of IQRF wireless network applications implemented with devices programmable in C++ or C. It is a package of ready-to-use libraries for MCUs or single-board computers connected to TRs via SPI, UART, or USB CDC.

IQRF SDK relates just to libraries (intended to write a user's own application). For the complete gateway SW implementation use IQRF GW Daemon (under Linux), see above.