Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csvitor-dev/frost-iot
A small project as a pseudo-IOT application for a "smart refrigerator", proposed as a work for the Computer Networking 'Redes de Computadores' discipline. The purpose of the work is to plan and implement an application layer protocol that consumes TCP/IP socket programming using Golang end-to-end.
https://github.com/csvitor-dev/frost-iot
golang iot protocol socket-programming web
Last synced: about 6 hours ago
JSON representation
A small project as a pseudo-IOT application for a "smart refrigerator", proposed as a work for the Computer Networking 'Redes de Computadores' discipline. The purpose of the work is to plan and implement an application layer protocol that consumes TCP/IP socket programming using Golang end-to-end.
- Host: GitHub
- URL: https://github.com/csvitor-dev/frost-iot
- Owner: csvitor-dev
- Created: 2024-12-24T21:51:38.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-28T16:22:50.000Z (5 days ago)
- Last Synced: 2025-01-28T17:27:46.487Z (5 days ago)
- Topics: golang, iot, protocol, socket-programming, web
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `frost-iot` | IOT Pseudo-Application with _Golang_
## Development Flow
Whenever you are going to perform a task associated with an **Issue**, create a new _branch_:
```bash
git checkout -b your-branch
```When finished, create a **Pull Request** for the `main` _branch_!