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
1
2
3
4
5
6
7
8
9
10
[dependencies.json_minimal]
version = "0.1.3"

[package]
authors = ["Sam <github@samueldgv.com>"]
description = "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."
edition = "2018"
license = "GPL-3.0-or-later"
name = "bmos_client"
version = "1.0.0"