erikarn / ka9q-unix

Port of the KA9Q Network Operating System (NOS) to modern BSD Unix as a user process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ka9q-unix

Port of the KA9Q Network Operating System (NOS) to modern BSD Unix as a user process.

Supported platforms

This has been built and tested on:

  • Linux
  • FreeBSD
  • MacOS X

Building

$ mkdir build $ cd build $ cmake .. $ make

Building with debug symbols

$ mkdir build $ cd build $ cmake -DCMAKE_BUILD_TYPE=Debug .. $ make

About

Port of the KA9Q Network Operating System (NOS) to modern BSD Unix as a user process.


Languages

Language:C 98.0%Language:C++ 1.3%Language:CMake 0.3%Language:Makefile 0.3%Language:Python 0.0%Language:Assembly 0.0%Language:Shell 0.0%