bmos_client 1.0.0

bmOS_client is an executable in charge of receiving and parsing JSON input from stdin and sending intents with enough confidence (>0.6) to the address and port provided (to bmOS_server). This is part of the software required to run a custom BMO-Boy.
Documentation

bmOS_client

bmOS json parser.

The bmOS client is designed to run on the same host as voice2json, in order to not overwhelm the pi zero's processing capabilities.

It constantly processes json input lines (read from stdin), and sends to a designated host the extracted intent and confidence values.

THIS IS A WIP