All Projects → linto-ai → linto-client

linto-ai / linto-client

Licence: AGPL-3.0 license
LinTO client-server connectivity

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to linto-client

PiHueEntertainment
An application that can handle the Hue Entertainment Areas on a Raspberry Pi
Stars: ✭ 28 (+86.67%)
Mutual labels:  raspberrypi
MPU-9250-Sensors-Data-Collect
MPU9250 (MPU6500 + AK8963) I2C Driver in Python for Raspbery PI
Stars: ✭ 51 (+240%)
Mutual labels:  raspberrypi
challenges
A repository for challenges for various tech stacks.
Stars: ✭ 44 (+193.33%)
Mutual labels:  raspberrypi
eliot-os
Minimal Operating System for Eliot
Stars: ✭ 19 (+26.67%)
Mutual labels:  raspberrypi
filebrowser-docker
🐳 filebrowser inside Docker container
Stars: ✭ 122 (+713.33%)
Mutual labels:  raspberrypi
xbvr
Tool to organize and stream your VR porn library
Stars: ✭ 186 (+1140%)
Mutual labels:  raspberrypi
TPU-Posenet
Edge TPU Accelerator / Multi-TPU / Multi-Model + Posenet/DeeplabV3/MobileNet-SSD + Python + Sync / Async + LaptopPC / RaspberryPi
Stars: ✭ 39 (+160%)
Mutual labels:  raspberrypi
pi roombot
ROS raspberry pi "roomba" like robot
Stars: ✭ 12 (-20%)
Mutual labels:  raspberrypi
pimox
Proxmox for the Raspberry Pi
Stars: ✭ 59 (+293.33%)
Mutual labels:  raspberrypi
rpi-backup
raspberry pi backup,树莓派系统备份,最小镜像备份
Stars: ✭ 213 (+1320%)
Mutual labels:  raspberrypi
yamete
Yamete - Hentai downloader in PHP CLI - Easy site downloader PHP system
Stars: ✭ 63 (+320%)
Mutual labels:  raspberrypi
aw-clock
Astronomy/weather clock
Stars: ✭ 41 (+173.33%)
Mutual labels:  raspberrypi
TPU-MobilenetSSD
Edge TPU Accelerator / Multi-TPU + MobileNet-SSD v2 + Python + Async + LattePandaAlpha/RaspberryPi3/LaptopPC
Stars: ✭ 82 (+446.67%)
Mutual labels:  raspberrypi
Pi-Pool
Cardano Stakepool on Raspberry Pi
Stars: ✭ 204 (+1260%)
Mutual labels:  raspberrypi
pipxe
iPXE for the Raspberry Pi
Stars: ✭ 154 (+926.67%)
Mutual labels:  raspberrypi
OpenCV Raspberry pi TBB
Latest pre-compiled binary of Pre-released & Stable OpenCV (4.0.0) along with TBB (2018-Update 6) for Raspberry Pi.
Stars: ✭ 46 (+206.67%)
Mutual labels:  raspberrypi
docker-at-home
Things I run at home on Raspberry Pi in Docker containers
Stars: ✭ 25 (+66.67%)
Mutual labels:  raspberrypi
build esp8266
Bash Script to Build MicroPython for ESP8266 on Raspberry Pi or Debian Linux
Stars: ✭ 13 (-13.33%)
Mutual labels:  raspberrypi
wor-flasher
Legal utility that runs on RPiOS to flash another SD card with Windows 10/11
Stars: ✭ 451 (+2906.67%)
Mutual labels:  raspberrypi
Raspberry-ili9340spi
ILI9340 SPI TFT Library & XPT2046 Touch Screen Library for Raspberry
Stars: ✭ 26 (+73.33%)
Mutual labels:  raspberrypi

LinTO client

LinTO Client-server connectivity

This module sequences actions, dispatches informations or triggers between any other modules on the LinTO device This module is part of the LinTO project, it's the only remote subscriber/publisher, through MQTT(s) protocol, to the LinTO business-logic and exploitation servers.

Dependencies

This program uses a node.js 9+ runtime. before first run you first need to install node module dependencies

npm install

HOW TO Use the module

create a .env file based on .envdefault run the software with :

node index.js

You might overload any of environement variables at runtime

node MY_PREFERED_VALUE=42 index.js

You shall use something like PM2 to maintain the process.

Have fun building your LinTO

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].