Skip to content

SenseScape Processing Sever - Received data from remote audio sensors, stores data as wav files, processes and transmits to user interfaces

Notifications You must be signed in to change notification settings

Sense-Scape/Proc_Serv

Repository files navigation

Proc_Serv

Summary

This is a processing server which sends is designed to recieve data from either the simulator module or the ESP32 sensor. This module is configured uising the Config.json file.

Block Diagram

graph TD; 
  pMultiClientTCPRXModule-->pWAVSessionProcModule
  pWAVSessionProcModule-->pSessionChunkRouter
  pFFTProcModule-->pToJSONModule
  pToJSONModule-->pChunkToBytesModule
  pChunkToBytesModule-->pTCPTXModule
  	pTimeToWAVModule-->pWAVAccumulatorModule
  	pWAVAccumulatorModule-->pWAVWriterModule
  pSessionChunkRouter-- TimeChunk -->pToJSONModule
  pSessionChunkRouter-- TimeChunk -->pFFTProcModule
  	pSessionChunkRouter-- TimeChunk -->pTimeToWAVModule
Loading

About

SenseScape Processing Sever - Received data from remote audio sensors, stores data as wav files, processes and transmits to user interfaces

Resources

Stars

Watchers

Forks

Packages

No packages published