Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
/ Sensor_Sim Public archive

An audio simulation module which sends is designed to send data to a processing server

Notifications You must be signed in to change notification settings

Sense-Scape/Sensor_Sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Sensor Simulator

Summary

This is an audio simulation module which sends is designed to send data to a processing server. This module is configured uising the Config.json file.. The file itself contains descriptions of configuration parameters.

Getting Started

The Easy Way

  • Download a release from this repository
  • Configure the Config.json file
  • Run the simulator

The Not As Easy Way

  • Clone this repo using the git clone command
  • Run git submodule update --remote --recursive --init to pull in the submodule code
  • Open the solution file in visual studio and build
  • Configure the Config.json file
  • Run the simulator

System Overview

  graph TD;
  SimulatorModule-->ChunkToBytesModule
  ChunkToBytesModule-->WinTCPTxModule
Loading

About

An audio simulation module which sends is designed to send data to a processing server

Resources

Stars

Watchers

Forks

Packages

No packages published