Skip to content

Channels is a project that takes Django and extends its abilities beyond HTTP - to handle WebSockets, chat protocols, IoT protocols, and more. It’s built on a Python specification called ASGI.

Notifications You must be signed in to change notification settings

Gonelastvirus/finalyearproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealTime Field monitoring system.

The main aim of this project to measure quality of soil using different sensor like soil moisture sensor, temperature and NPK(Nitrogen, Phosporous and potassium) sensor. The data can be monitor in realtime and data are store in database. I use Djnago Channel framework for using sockets so that thing look realtime. Go here: https://channels.readthedocs.io/en/stable/

Login Page of System

Screenshot from 2023-02-11 20-43-31

Register page

Note : Here we use device mac address as unique token to authenticate individual users.

Screenshot from 2023-02-11 20-43-49

User Dashboard

Screenshot from 2023-02-12 01-43-06

User setting

Screenshot from 2023-02-11 21-31-50

Temperature info for user

Screenshot from 2023-02-11 21-31-57

User can view last 1 min, 5 min and 15 min data

Screenshot from 2023-02-12 01-42-36

About

Channels is a project that takes Django and extends its abilities beyond HTTP - to handle WebSockets, chat protocols, IoT protocols, and more. It’s built on a Python specification called ASGI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published