···11MIT No Attribution
2233-Copyright 2025 Sona Tau Estrada Rivera <sona@stau.space>
33+Copyright <year> Sona Tau Estrada Rivera <sona@stau.space>
4455Permission is hereby granted, free of charge, to any person obtaining a copy of this
66software and associated documentation files (the "Software"), to deal in the Software
+7-6
README.md
···11+# Project
1233+To run this project use:
2455+```sh
66+make run
77+```
3844-Example of how to run the embedded device:
99+To compile thir project use:
510611```sh
77-make edevice.py ADDRESS=<server address> PORT=<server port>
1212+make run
813```
99-1010-1111-where `<server address>` is the IP address of the cluster, and `<server port>`
1212-is the port number of the cluster.