Skip to content
Snippets Groups Projects
Commit f9bd0501 authored by thiebolt's avatar thiebolt
Browse files

First commit

parent 07664063
No related branches found
No related tags found
No related merge requests found
# Prerequisites
*.d
# Files to ignore
*.sav
*.bak
*.old
*.swp
*.kate-swp
*.pyc
*.bin
.~*
*~
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# PlatformIO specific
.clang_complete
.gcc-flags.json
.pioenvs
.piolibdeps
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# others
.vscode
#!/bin/bash
if [ "$#" == "0" ]; then
msg='update'
else
msg="$@"
fi
set -x
git add --all
git commit -a -m "${msg}"
#git push
{
"name": "neOCampus-arduino",
"keywords": "sensOCampus, library, client, nodemcu, neOCampus, IoT",
"description": "A library for arduino end-devices to interact with the neOCampus IoT framework.",
"homepage": "https://neocampus.univ-tlse3.fr",
"repository":
{
"type": "git",
"url": "https://github.com/fthiebolt/neOCampus-arduino.git"
},
"version": "0.0.1",
"authors":
{
"name": "fthiebolt",
"url": "https://github.com/fthiebolt",
"maintainer": true
},
"exclude": [
"tests"
],
"frameworks": "arduino",
"platforms": "*"
}
name=neOCampus-arduino
version=0.0.1
author=fthiebolt <thiebolt@irit.fr>
maintainer=fthiebolt <thiebolt@irit.fr>
sentence=A library for arduino end-devices to interact with the neOCampus IoT framework.
paragraph=This library enables your end-device to communicate and to get integrated within the neOCampus IoT framework. More specfically, it allows you to retrieve your MQTT credentials, IP, port etc; Then it enables your end-device to fetch its configuration (e.g your BaseTopic). neOCampusIoT protocol is described here: https://neocampus.univ-tlse3.fr/_media/sensocampus_end-devices_api.pdf
category=Communication
url=https://neocampus.univ-tlse3.fr
repository=https://github.com/fthiebolt/neOCampus-arduino.git
architectures=*
license=
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment