Add a GitHub link. Also improve .spec files (no need to copy
source files). Also distinguish from running binary or script in the displayed version.
This commit is contained in:
@@ -12,7 +12,8 @@ In short, ARTEMIS is a signals hunter software and a useful aid for radio listen
|
||||
|
||||
- [Run the software](#Run-the-software)
|
||||
- [Run from binary](#Run-from-binary)
|
||||
- [Run from source code](#Run-from-source-code-OS-independent)
|
||||
- [Run from source code](#Run-from-source-code)
|
||||
- [Compile from source code](#Compile-from-source-code)
|
||||
- [Database](#database)
|
||||
- [Syntax](#syntax)
|
||||
- [Multiple Items fields (Location, Modulation)](#multiple-items-fields-location-modulation)
|
||||
@@ -49,6 +50,9 @@ pip install -r requirements.txt --user
|
||||
python3 artemis.py
|
||||
```
|
||||
|
||||
### Compile from source code
|
||||
If you want to compile Artemis yourself from the source code follow the instructions in the [spec_files/README](spec_files/README.md) file.
|
||||
|
||||
## Database
|
||||
|
||||
The database (db.csv) is directly extracted from sigidwiki.com with a DB parser and reworked to a standard format defined as follow. Artemis DB is a human-readable csv file where the delimiter is the character `*` (Asterisk, Unicode: U+002A). The new entry (separation between signals) is the End Of Line (EOL) escape sequence `\n`. Every signal is directly connected to spectra and audio sample stored in **Spectra** and **Audio** folders, respectively. Every signal is composed of 12 columns:
|
||||
|
||||
Reference in New Issue
Block a user