Skip to content

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.

Notifications You must be signed in to change notification settings

csvitor-dev/frost-iot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

git checkout -b your-branch

When finished, create a Pull Request for the main branch!

Project Structure

├───cmd
│   ├───client
│   ├───device
│   └───server
├───examples
├───internal
│   ├───messages
│   │   ├───constants
│   │   ├───requests
│   │   └───responses
│   ├───owtp
│   ├───socket
│   │   ├───process
│   │   └───transporters
│   └───types
├───pkg
│   └───types
└───src
    ├───actuators
    ├───client
    ├───device
    ├───manager
    ├───sensors
    └───view

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages