Skip to content

tm2space/tm2_moi_obc_ss_emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TM2Space MOI-TD OBC Sensor Stream Emulator

Installation

use the following commands for OSX

$ brew install zmq
$ brew install czmq

use the following commands for Linux (Ubuntu/Debian/Mint)

$ apt-get install libzmq3-dev
$ apt-get install libczmq-dev

Build Process

After you download the code, open terminal in that folder and run the following commands

$ cmake CMakeLists.txt

You should see CMakeFiles folder and Makefile getting created. Run the next command to build the final executable.

$ make

About

Emulator for MOI-TD OBC Sensor stream

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published