Updated documentation
This commit is contained in:
@@ -12,65 +12,3 @@ Artemis is maintained by Marco Dalla Tiezza and released under the [GPLv3](https
|
|||||||
* [**Eric Wiessner (KI7POL)**](https://github.com/WheezyE "GitHub profile") - *ARM port (Raspberry Pi3B+ and Pi4B)*
|
* [**Eric Wiessner (KI7POL)**](https://github.com/WheezyE "GitHub profile") - *ARM port (Raspberry Pi3B+ and Pi4B)*
|
||||||
* [**Pierpaolo Pravatto**](https://github.com/ppravatto "GitHub profile") - *Wiki page, β Tester*
|
* [**Pierpaolo Pravatto**](https://github.com/ppravatto "GitHub profile") - *Wiki page, β Tester*
|
||||||
* [**Francesco Capostagno**](https://github.com/fcapostagno "GitHub profile"), **Luca**, **Pietro** - *β Tester*
|
* [**Francesco Capostagno**](https://github.com/fcapostagno "GitHub profile"), **Luca**, **Pietro** - *β Tester*
|
||||||
|
|
||||||
## Donators
|
|
||||||
|
|
||||||
* Eric Hahn
|
|
||||||
* Alan Lawrence
|
|
||||||
* Diego Gil Fernandez
|
|
||||||
* Torsten Teichert
|
|
||||||
* Charles Preston
|
|
||||||
* Brad Hein
|
|
||||||
* Paolo Romani
|
|
||||||
* Michelle Corbani
|
|
||||||
* Martin van Duinen
|
|
||||||
* Valentino Zardi
|
|
||||||
* Emmanuel Fabre
|
|
||||||
* Oscar Nilsson
|
|
||||||
* Pierre Declercq
|
|
||||||
* Detlef Jahn
|
|
||||||
* Oliver Schellenberg
|
|
||||||
* Stephane Imbertone
|
|
||||||
* Roel Ketelaars
|
|
||||||
* Timothy Ehrhart
|
|
||||||
* George Mager
|
|
||||||
* Gerhard Amon
|
|
||||||
* Gerald Schmidt
|
|
||||||
* Carlos Rocha
|
|
||||||
* Joshua Frohberg
|
|
||||||
* Bill Riches
|
|
||||||
* Jeffrey Krehbiel
|
|
||||||
* Володимир Багмет
|
|
||||||
* Philip Hamlin
|
|
||||||
* David Davies
|
|
||||||
* Nigel P. Lawrence
|
|
||||||
* Marco Rissi (PP5ZX)
|
|
||||||
* Martin van Duinen
|
|
||||||
* Alex Diamantopulo
|
|
||||||
* Joseph Winter
|
|
||||||
* Mark Bender
|
|
||||||
* Rolf Gerhardt
|
|
||||||
* Denese Harris
|
|
||||||
* Benjamin Steele
|
|
||||||
* Alexander Irmscher
|
|
||||||
* Jonathan Chang
|
|
||||||
* Torsten Lipke
|
|
||||||
* Massimo Petrantoni
|
|
||||||
* William Arcand
|
|
||||||
* Jon Carp
|
|
||||||
* Robert Crone
|
|
||||||
* William Houston
|
|
||||||
* Richard Quasne
|
|
||||||
* Tom Krugliakov
|
|
||||||
* Francisco Neira Basso
|
|
||||||
* Alistair Macrae
|
|
||||||
* Kevin Arburn
|
|
||||||
* Marek Barłóg
|
|
||||||
* Gabriel Glösmann
|
|
||||||
* Corbin Williams
|
|
||||||
* Ton Machielsen
|
|
||||||
* Ivan Rancic
|
|
||||||
* Alipio Fernandez
|
|
||||||
* Matt Eisele
|
|
||||||
* Martin Dudel
|
|
||||||
* Harald Geier
|
|
||||||
|
|||||||
@@ -9,3 +9,7 @@ title: Documentation
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
**Artemis** is a software designed to assist **radio frequency (RF) signal identification and storage**. It simplifies real-time spectrum analysis by leveraging one of the most extensive and community-driven databases, containing nearly **500 recognized signals**. This comprehensive software solution allows users to collect RF signals with specific parameters such as frequency, bandwidth, modulation, etc. Users can also store spectrum waterfalls, audio samples, and all types of documents for future reference. Artemis provides a robust platform to manage a wide range of RF data with precision and ease.
|
**Artemis** is a software designed to assist **radio frequency (RF) signal identification and storage**. It simplifies real-time spectrum analysis by leveraging one of the most extensive and community-driven databases, containing nearly **500 recognized signals**. This comprehensive software solution allows users to collect RF signals with specific parameters such as frequency, bandwidth, modulation, etc. Users can also store spectrum waterfalls, audio samples, and all types of documents for future reference. Artemis provides a robust platform to manage a wide range of RF data with precision and ease.
|
||||||
|
|
||||||
|
<p align="center" markdown>
|
||||||
|
[Artemis Homepage](https://www.aresvalley.com){ .md-button }
|
||||||
|
</p>
|
||||||
|
|||||||
@@ -12,7 +12,12 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
## :simple-linux: Linux
|
## :simple-linux: Linux
|
||||||
1. Download `Artemis-Linux-x86_64-4.x.x.tar` in the Assets menu from the [:material-download: LATEST RELEASE](https://github.com/AresValley/Artemis/releases) and extract the tarball archive in a folder of your choice and run the executable `app.bin`.
|
1. Download `Artemis-Linux-x86_64-4.x.x.tar` in the Assets menu from the [:material-download: LATEST RELEASE](https://github.com/AresValley/Artemis/releases) and extract the tarball archive in a folder of your choice.
|
||||||
|
2. Before running `app.bin`, be sure to have the executable permissions to the binary file with:
|
||||||
|
|
||||||
|
```
|
||||||
|
chmode 700 app.bin
|
||||||
|
```
|
||||||
|
|
||||||
### Create a Shortcut
|
### Create a Shortcut
|
||||||
|
|
||||||
@@ -38,5 +43,5 @@ The support for the macOS compiled version of the program is temporarily limited
|
|||||||
|
|
||||||
* **Run the program directly from the source:** Follow the instructions provided in [this chapter](run_from_source.md) to launch the program from the source code.
|
* **Run the program directly from the source:** Follow the instructions provided in [this chapter](run_from_source.md) to launch the program from the source code.
|
||||||
* **Compile the Artemis 4 binaries on your machine:** In this case, you can contribute by reporting any issues you encounter by [opening an Issue](https://github.com/AresValley/Artemis/issues).
|
* **Compile the Artemis 4 binaries on your machine:** In this case, you can contribute by reporting any issues you encounter by [opening an Issue](https://github.com/AresValley/Artemis/issues).
|
||||||
* **Use the last available compiled version (3.2.1):** Although this version is no longer officially supported, it remains available for use: [:material-download: Artemis-3.2.1.dmg](https://aresvalley.com/download/11/).
|
* **Use the last available compiled version (3.2.1):** Although this version is no longer officially supported, it remains available for use: [:material-download: Artemis-3.2.1.dmg](https://www.aresvalley.com/?sdm_process_download=1&download_id=377).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user