Repository files descriptions - UMONS-GFA/bdas GitHub Wiki
Acts like a proxy between a client and a remote server. A port is opened on the locahost and every command sent to it is repeated to the remote host on the remote port.
Uses Netcat (Linux systems only)
Shares a remote server serial port.
Low-level classes used by DAS API.
Interactive and automatic dialogs with nanoDAS.
Creates a command file for weekly download to use with client2.py and job scheduler like cron.
High-level classes DAS API.
Converts downloaded nanoDAS binary files to txt files.
Functions to convert binary DAS data streams (such as downloaded nanoDAS binary files) to text streams (like plain text or '.dtm' which is the ascii format produced by the edas44 program and then imported in the mgr program).
Converts nanoDAS logs to txt files.
Graphs 4 channels.
Pre-version of a sensor class.
Shares a remote server serial port using DAS API.
Acts like a proxy between a client and a remote server. A port is opened on the locahost and every command sent to it is repeated to the remote host on the remote port.
Doesn't use Netcat
Pre-version of a station class.