Initial commit of files

This commit is contained in:
2021-01-22 10:16:20 -05:00
parent 32d165ec8f
commit ed92211680
534 changed files with 68563 additions and 19 deletions

35
misc/PACKAGES.txt Normal file
View File

@ -0,0 +1,35 @@
Libraries (lib*-dev packages) needed
Install via apt-get for Debian/Ubuntu (Debian packages):
--------------------------------------------------------
Must have g++, gcc, linux-headers and build-essential (Ubuntu)
asn1c
libboost-dev (Boost library)
libgd2-xpm-dev (GD, graphics library)
libmuparser-dev (muParser expression library)
libmysqlclient15-dev (MySQL client)
libpthread (Thread library, included in base)
librt (Realtime library, included in base)
libxml2-dev (XML library)
xutils-dev (X11 development)
libbz2-dev (Bzip2 library)
libkml-dev (Google KML library)
liburiparser-dev (URI Parser library)
libpopt-dev (Needed by PCAN driver)
Install via yum for Fedora Core 4 (RPM packages):
-------------------------------------------------
*-devel equivalents for above.
subversion (Latest version not available as package)
Downloaded, compiled and installed (if packages not available):
---------------------------------------------------------------
libkml (Google KML library)
libmuparser (muParser, if no package available)
External dependencies:
----------------------
Socket-CAN needed for libcan++

13
misc/PORTS.txt Normal file
View File

@ -0,0 +1,13 @@
Network Port Map
================
rtcmd 2101 dgpsip rtcm-sc104
logd 2940 tcp
stdiod 2945 tcp
seriald 2941 tcp
cand 2946 tcp
gpsd 2947 gpsd
trackd 2948 tcp

10
misc/README.net Normal file
View File

@ -0,0 +1,10 @@
C, C++ Sockets Library
Is based on Neal's socket library that he's built up over the years, updated
for IPv6. Much of which came from the Stevens Unix Network programming book.
Rather than write testing tools, there are a ton of them out there:
nc, netcat, netcat6, netpipes, netsed, telnet, udpcast

5
misc/packages.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
apt-get install build-essential linux-headers
apt-get install asn1c libboost-dev libgd2-xpm-dev libmuparser-dev libmysqlclient-dev libxml2-dev xutils-dev libbz2-dev libkml-dev liburiparser-dev subversion subversion-tools can-utils libpopt-dev