Conteúdo adicionado Conteúdo deletado
Sem resumo de edição
Sem resumo de edição
 
(Uma revisão intermediária pelo mesmo usuário não está sendo mostrada)
Linha 1: Linha 1:
= Architecture =
= Architecture =


HERMES architecture is based on a software-defined HF transceiver setup (currently sBitx is the main target). HERMES has an easy to use Web-based graphical user-interface, which provides access to to radio control parameters, UUCP queue management, call scheduling, messaging system, email management and other administrative tasks.
HERMES architecture is based on a software-defined HF transceiver setup (currently sBitx is the main target, but should work with any HF transceiver). HERMES has an easy to use Web-based graphical user-interface, which provides access to to radio control parameters, UUCP queue management, call scheduling, messaging system, email management and other administrative tasks.


sBitx: https://www.hfsignals.com
sBitx: https://www.hfsignals.com
Linha 14: Linha 14:
* HERMES GUI: Web-based web interface: https://github.com/Rhizomatica/hermes-gui
* HERMES GUI: Web-based web interface: https://github.com/Rhizomatica/hermes-gui
* HERMES NET: A set of network subsystems. Includes UUCP <-> Modem bridge solution (uucpd), control software with websockets communication (eg. trx_v2-userland), email compression / transcoding solutions (uuxcomp) and many scripts for uucp management, source compression and others: https://github.com/Rhizomatica/hermes-net
* HERMES NET: A set of network subsystems. Includes UUCP <-> Modem bridge solution (uucpd), control software with websockets communication (eg. trx_v2-userland), email compression / transcoding solutions (uuxcomp) and many scripts for uucp management, source compression and others: https://github.com/Rhizomatica/hermes-net
* Email stack: UUCP is used together with Postfix, Dovecot and other email software stack for providing a complete email solution with special compression of image and audio attachments.

Edição atual tal como às 17h01min de 26 de agosto de 2024

Architecture Editar

HERMES architecture is based on a software-defined HF transceiver setup (currently sBitx is the main target, but should work with any HF transceiver). HERMES has an easy to use Web-based graphical user-interface, which provides access to to radio control parameters, UUCP queue management, call scheduling, messaging system, email management and other administrative tasks.

sBitx: https://www.hfsignals.com


Apart of the hardware, the main components are (from bottom to top in the network layers):

  • Modem: Works with VARA, Ardop or Mercury. Mercury at https://github.com/Rhizomatica/mercury
  • UUCP: HERMES default transport protocol is UUCP, used as available in Debian / RaspiOS uucp package
  • HERMES API: PHP API backend https://github.com/Rhizomatica/hermes-api
  • HERMES GUI: Web-based web interface: https://github.com/Rhizomatica/hermes-gui
  • HERMES NET: A set of network subsystems. Includes UUCP <-> Modem bridge solution (uucpd), control software with websockets communication (eg. trx_v2-userland), email compression / transcoding solutions (uuxcomp) and many scripts for uucp management, source compression and others: https://github.com/Rhizomatica/hermes-net
  • Email stack: UUCP is used together with Postfix, Dovecot and other email software stack for providing a complete email solution with special compression of image and audio attachments.