update sql
Get sonsor data from TCP socket and store into Postgresql.
mkdir -p build pushd build cmake .. [-DCMAKE_BUILD_TYPE=RELEASE] && make install popd
cp .env.template .env # Modify .env file [PG_ENV_FILE=PATH_TO_ENV_FILE] ./Sensor2pg [TCP_SERVER_PORT_INTEGER]
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
Sensor2Postgresql
TL;DR
Get sonsor data from TCP socket and store into Postgresql.
Compile
Usage