Basic C project template.

docs: Changed files for more general wording.

+8 -7
+1 -1
LICENSE
··· 1 1 MIT No Attribution 2 2 3 - Copyright 2025 Sona Tau Estrada Rivera <sona@stau.space> 3 + Copyright <year> Sona Tau Estrada Rivera <sona@stau.space> 4 4 5 5 Permission is hereby granted, free of charge, to any person obtaining a copy of this 6 6 software and associated documentation files (the "Software"), to deal in the Software
+7 -6
README.md
··· 1 + # Project 1 2 3 + To run this project use: 2 4 5 + ```sh 6 + make run 7 + ``` 3 8 4 - Example of how to run the embedded device: 9 + To compile thir project use: 5 10 6 11 ```sh 7 - make edevice.py ADDRESS=<server address> PORT=<server port> 12 + make run 8 13 ``` 9 - 10 - 11 - where `<server address>` is the IP address of the cluster, and `<server port>` 12 - is the port number of the cluster.