Skip to content

atim-radiocommunications/armapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

armapi API for ARM module.

Overview

This API allow you to control easily the modules ARM from ATIM company in c or cpp. You will be able to send and receive data on the Sigfox/LoRaWan network and local network.

Installation

There is no installation. To use this API, just copy or include the files from folders 'bindings/' in you project.

You can found the packages for Arduino, c and cpp on the Github page.

Documentation

To generate the doc you need to have doxygen installed locally, then run doxygen in 'docs' folder. The documentation is generated locally in the docs/html/index.html folder.

Or you can access the last generated documentation.

Library status

Currently the API is in bêta and support the module ARM_N8_LP, ARM_N8_LD and ARM_N8_LW.

Report a Bug

To report your problem, open an issue.

Link