helllynx / meteo_7688

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Air quality station with linkit 7688

For ssh access connect to WIFI of linkit first. Then use this command:

ssh  -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-rsa root@192.168.100.1

where 192.168.100.1 is address of linkit device, please check it first.

Put script write_data_to_memory.py to /root then add next line to /etc/rc.local

((python script.py)&)&
((python -m SimpleHTTPServer 9000)&)&

About


Languages

Language:C++ 50.9%Language:C 44.7%Language:Jupyter Notebook 3.4%Language:CMake 0.5%Language:Shell 0.2%Language:Python 0.2%Language:Makefile 0.0%