central unified microassistan banner

central unified microassistan

9 devlogs
10h 32m 19s

This projectz is a cross platfor manipulation and comunication”software”. that will help you in your everyday life (soon) RIGHT NOW- we have onbly working comunication protocol, that does nothing

This project uses AI

Ai used only for braistorming

Demo Repository

Loading README...

sebastianfiser2275

So i didnt really add anything right now from the app side, but i differentiated all the logic from main.dart, to separate files, like in core. right now device can register and soon send heartbeats- work in progress

Attachment
0
sebastianfiser2275

I finished sending register on core listening chanell, so that we gfet our flutter client registered, next steps are integrtiong heartbeats

Attachment
0
sebastianfiser2275

Wow this was painfull. I installed flutter, and learned how connections and things work there, we can now have stable conection between web, and computer, cross comunication is a work in progress

Attachment
0
sebastianfiser2275

DONE: i started merging all send functions into one script, to have less debugging and better high api calls from CLI, and future GUI. right now, we have moved-> ping, msg, register, and brightness function. Once i add GUI everything will be more usrer friendly and accesibvle

Attachment
0
sebastianfiser2275

Sorry for dewlogging after a long time
DONE: For each device i generate unique name, and SHORT 4 character id to addres it
For better future scaling, all commands go trough higl level api to generate in controllewr.py, and get published to channel trough another command. its easier that way. I also created targeted ping, whith piungs device with its 4 digit id, and devices command that list id, last seen, and status

Attachment
0
sebastianfiser2275

Projhexct update, i put in a lot of work into this, right now we separated device, and core system. added heartbeat system to check if device is still online. Also from in core shell, you can send a ping!! device will respong with pong, and same , message id

Attachment
0
sebastianfiser2275

Right now im working on registry and heartbeat system for our core. it works, but the heartbeats are needed to be sent by device, witch i wil solve by pinging it and seeing the response

Attachment
0
sebastianfiser2275

I started off this project with using mosquito to comunicate between core of the project, and the stuff we can do now: comunicate on two basic levels, where core itself prints out the message if HE is not the sender. it can respond to basic input (ping-pong system) its not much, but lot is comming

Attachment
0