Skip to content

mainflux/gateways

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mainflux Gateways

Mainflux gateways are HW gateways that can be used as a far IoT edge gateways to connect local devices and send data to Mainflux IoT platform in the cloud or on-prem.

Mainflux develops and maintains SW and FW for 2 types of IoT edge gateways:

  • MFX-1, powerfull ARM-based edge gateway
  • MFX-mini, modest MIPS-based edge gateway with OpenWrt system

Mainflux gateways are remotely managed by the Edgeflux application running in the cloud.

In order to do this management, Edgeflux demands that each edgd gateway runs locally a network agent, called Edged.

Edged is a small MQTT client, which connects to Mainflux and subscribes to channels dedicated for controlplane. It receives commands via Mainflux from Edgeflux application in the cloud, then executes these commands locally on the gateway and sends the responses back to the Edgeflux in the cloud.

MFX-1

HW

MFX-1 is ARM gateway based on SolidRun's CBi board.

It is based on i.MX6 ARM Cortex-A9 SoM and has a lot of very powerful industrial features.

SW

MFX-1 is powered by EdgeX Foundry system, specifically crafted for this board by Mainflux team.

Mainflux is official Linux Foundation's EdgeX Foundry member and one of the biggest contributors. SW components running on the MFX-1 gateway are curated, tested and maintained by Mainflux alongside with top-notch tooling and documentation needed for edge application development.

MFX-mini

MFX-mini is MIPS gateway based on 8Devices' Lima Board.

HW

Lima is a QCA4531 chipset based module with a 650 MHz CPU and 802.11n 2x2 (MIMO) radio.

SW

MFX-mini is simple, low-cost, low-power edge node, powered by OpenWrt Linux - a powerful SDK for application development.

MFX-mini runs mEdge (mini-edge) Mainflux firmwre - a minimalistic Edged agent connected to Mainflux cloud and Mosquitto MQTT broker locally - to enable simple, highly secure embedded edge IoT platform.

Documentation

Documentation is located in the ./docs directory.

Community

License

Apache-2.0

Releases

No releases published

Packages

No packages published

Languages