Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 696 Bytes

File metadata and controls

32 lines (25 loc) · 696 Bytes

The server

daqserver
├── scripts
└── server (You are here)
    ├── db
    ├── streaming
    └── web
        ├── static
        │   ├── css
        │   └── js
        └── templates

About server

This is the main server directory, that hosts all of the code related to the server.

Here's a short description of what each of the subdirectories contain:

  • web
    • Frontend code (html, js, csss)
    • Backend services that serve data through Websockets and HTTP requests
  • streaming
    • Code that fetches data from our sensors
  • db
    • Code that saves data to InfluxDB