From f37f200792444fee2f74e807acfd5be7c9180cd7 Mon Sep 17 00:00:00 2001 From: Votre Nom Date: Wed, 30 Aug 2017 10:48:11 +0400 Subject: Init repo --- GEOLOC/Readme.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 GEOLOC/Readme.md (limited to 'GEOLOC/Readme.md') diff --git a/GEOLOC/Readme.md b/GEOLOC/Readme.md new file mode 100644 index 0000000..d12a02e --- /dev/null +++ b/GEOLOC/Readme.md @@ -0,0 +1,47 @@ +GEOLOC +=================== + + +Some explanations about the GEOLOC project. + +---------- + + +Folders structure +------------- + +#### lib + +Contains library for accessing to dragino shield components (GPS and SX1276). It contains also tools for SX1276 registers configurations. + + +#### app + +Contains mobile application (turtle transmitter) and anchor application (gateway). + + +#### app/anchor/socket + +Contains application for gateway communication. + +#### records + +Folder created by the GEOLOC application to store received frame from mobile application and slave gateways. + +Build the project +------------- + +Configure the project by changing variable from Makefile : + +1. **TARGET** : Choose between MOBILE or ANCHOR (take care to do not add space at the end of the variable) +2. **ANCHOR_ID** : Change the anchor id +3. **IS_MASTER** : Define if the anchor is the master 1 for yes and 0 for no + +Next run the next command in the project root folder to build the project : + + make + To clear the project run : + + + make clean + \ No newline at end of file -- cgit v1.2.3