w1hkj / fldigi

Amateur Radio digital modem application [SF mirror]
http://www.w1hkj.com
GNU General Public License v3.0
108 stars 27 forks source link

Use without graphical user interface? #4

Open Pictor13 opened 4 years ago

Pictor13 commented 4 years ago

Hi,

is there any chance to use fldigi without having a graphic system but just a soundcard? What are the main components/commands that would be needed to run on a battery-efficient system (like a shell-only linux system)?

Asking for a friend (for real! 😅).

w1hkj commented 4 years ago

You would have to rewrite the entire user interface.  The actual modem coder/decoder classes would still be usable.  How would you expect to select a signal without a waterfall?

David

On 9/10/19 10:29 AM, Igor Pellegrini wrote:

Hi,

is there any chance to use /fldigi/ without having a graphic system but just a soundcard? What are the main components/commands that would be needed to run on a battery-efficient system (like a shell-only linux system)?

Asking for a friend (for real! 😅).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/w1hkj/fldigi/issues/4?email_source=notifications&email_token=ADTOAC6PS25FGIXVHCODVITQI64MDA5CNFSM4IVJH472YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HKPOOPQ, or mute the thread https://github.com/notifications/unsubscribe-auth/ADTOAC46ZLZBI5RXQJAFK53QI64MDANCNFSM4IVJH47Q.

Pictor13 commented 4 years ago

Thank you for you answer, David.

Yes that was my concern as well. I was thinking if it could be possible to split the modem/processing part and the GUI, so that the GUI is loaded in local , while the signal data is provided (e.g. via SSH/SSL) from the remote machine that is running fldigi.

The idea is similar to having a frontend on the local machine, to display the GUI for the data streamed from the remote machine (that has hardware and catches the signal).

But, still, is a theoretical idea that just popped in my mind; and generally I am pretty ignorant on the topic. Am not sure of the feasibility (on fldigi), or if anything like that already exists packed in some other project.

zonkeynet commented 4 years ago

Is it possible to control it only through XML-RPC calls? without graphical interface, having the radios tuned to the exact frequency for point-to-point messages (usual FLDIGI / RADIO configuration). Can anyone help with this? https://github.com/lulzlabs/AirChat & https://github.com/zonkeynet/ZonkeyNet