mirror of http://dmlinking.net/~pe1rxq/dt_ctrl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
628 B
628 B
DT controller software
The current implementation uses pthreads for threading.
It is assumed that 32bit load and stores are atomic.
Directories
===========
controller Controller programs running on controller pc
console Console programs for commanding a controller
common Libraries, common for controller and console. Contains also some
programs. Build this before building controller or console.
libnova-0.13.0 Contains libnova with one additional function
Building the software
=====================
Just run "make". To see more targets, run "make help". You may also run make in
the individual directories.