Skip to content

ohioh/ohioh-research-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  ___  _   _ ___ ___  _   _ 
 / _ \| | | |_ _/ _ \| | | |
| | | | |_| || | | | | |_| |
| |_| |  _  || | |_| |  _  |
 \___/|_| |_|___\___/|_| |_|
R   E   S   E   A   R   C   H

This repository holds the source code for the OHIOH Research Server software (ORS). The ORS receives and decodes Bluetooth-Low-Energy (BLE) advertised-devices data which are gathered and sent by multiple ESP32 MCUs (the micro-controller code can be found here).
For an in-depth explanation of the network- & packet protocol used by ORS, see the network protocol documentation.

Installation

To get the ORS up & running, either clone this repository and build from source or grab the latest pre-built binary for the operating system of choice.
Example:

ors -p 15891 --password "Research" -d "root@localhost" -t "ors"

Configuration

In order to configure the server, ORS can be launched with the following flags:

Parameter Default value Description
`-p --port` 15891
--password Enforces the connecting clients to provide the password specified by this parameter (maximal length of a password is 128 bytes)
`-d --database` root@localhost
`-t --table` ors

Building from source

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages