Linux HAM/Amateur Radio development
 help / color / mirror / Atom feed
* DX spoots via UI frames
@ 2004-03-22 16:37 Waldek
  2004-03-22 16:57 ` Andrea Borgia
  2004-03-22 19:38 ` DX spots " Bernard Pidoux
  0 siblings, 2 replies; 6+ messages in thread
From: Waldek @ 2004-03-22 16:37 UTC (permalink / raw)
  To: linux-hams

I'm looking for a program under Linux that connects to a cluster
and retransmit dx spots to unproto.






^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: DX spoots via UI frames
  2004-03-22 16:37 DX spoots via UI frames Waldek
@ 2004-03-22 16:57 ` Andrea Borgia
  2004-03-22 17:17   ` Waldek
  2004-03-22 19:38 ` DX spots " Bernard Pidoux
  1 sibling, 1 reply; 6+ messages in thread
From: Andrea Borgia @ 2004-03-22 16:57 UTC (permalink / raw)
  To: linux-hams

Waldek wrote:


> I'm looking for a program under Linux that connects to a cluster
> and retransmit dx spots to unproto.

I don't know whether a specialised program exists or not, but you could 
probably do that with telnet/ax25_call (depending on the source of your 
spots) and the beacon command.

HTH & B73,
Andrea.

-- 
Homepage: http://andrea.borgia.bo.it     /    Amateur radio: IZ4FHT
Key fingerprint: 4037 9711 85C6 F9F9 A505  FA0A BB62 3A3C F7BA 9B13


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: DX spoots via UI frames
  2004-03-22 16:57 ` Andrea Borgia
@ 2004-03-22 17:17   ` Waldek
  2004-03-22 17:20     ` Andrea Borgia
  0 siblings, 1 reply; 6+ messages in thread
From: Waldek @ 2004-03-22 17:17 UTC (permalink / raw)
  To: Andrea Borgia; +Cc: linux-hams

Użytkownik Andrea Borgia napisał:

> I don't know whether a specialised program exists or not, but you could 
> probably do that with telnet/ax25_call (depending on the source of your 
> spots) and the beacon command.

Yes it is good idea and a try to do this but I have problem how to put 
info from  ax25_call to becaon:

ax25_call port sp2abc sr2dxc | beacon -c sr2dxc -d DX vhf   ??? this is 
don't work




-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: DX spoots via UI frames
  2004-03-22 17:17   ` Waldek
@ 2004-03-22 17:20     ` Andrea Borgia
  0 siblings, 0 replies; 6+ messages in thread
From: Andrea Borgia @ 2004-03-22 17:20 UTC (permalink / raw)
  To: linux-hams

Waldek wrote:


> Yes it is good idea and a try to do this but I have problem how to put 
> info from  ax25_call to becaon:
> ax25_call port sp2abc sr2dxc | beacon -c sr2dxc -d DX vhf   ??? this is 
> don't work

Ach, that was my idea 8-( You could also try with ax25mond, but then you 
have to write some glue code to parse the data.


B73,
Andrea.

-- 
Homepage: http://andrea.borgia.bo.it     /    Amateur radio: IZ4FHT
Key fingerprint: 4037 9711 85C6 F9F9 A505  FA0A BB62 3A3C F7BA 9B13


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: DX spots via UI frames
  2004-03-22 19:38 ` DX spots " Bernard Pidoux
@ 2004-03-22 19:26   ` Bob Nielsen
  0 siblings, 0 replies; 6+ messages in thread
From: Bob Nielsen @ 2004-03-22 19:26 UTC (permalink / raw)
  To: linux-hams

On Mon, Mar 22, 2004 at 07:38:02PM +0000, Bernard Pidoux wrote:
> Waldek wrote:
> 
> >I'm looking for a program under Linux that connects to a cluster
> >and retransmit dx spots to unproto.
> 
> I dont know either about such a program. Maybe this function could be 
> implemented into DxNet itself ?
> 
> By the way, I think that DxNet source of the program is not very easy to 
> find.
> It is barely referenced through Google and I did not see it on Linux Ham 
> site http://radio.linux.org.au/
> 
> For those who would like to run DxNet developped by F5MZN here are some 
> clues.
> 
> 24h/day more than 500 'nodes' are interconnected worldwide
> through HF or Internet. On average 3500 users share DX spots this way.
> 
> You can find information for subscribing to the DxNet list here :
> http://www.f6fbb.org/mailman/listinfo/dxnet
> 
> Browse the list archives here :
> http://www.f6fbb.org/pipermail/dxnet/
> 
> Read this to see how to use cvs for downloading the source code of DxNet :
> http://www.f6fbb.org/pipermail/dxnet/2002-July/000778.html
> 
> A user can access a DxNet node via Packet Radio or Telnet to port 9000.
> Then you receive DX spots line by line.
> An there are a lot of usefull user commands.
> 
> For evaluation you can try to access F5MZN DxNet node here :
> 
> http://dxnet.eu.org/
> 
> 73 de Bernard, f6bvp
> 

Another DX Cluster implementation for Linux (written in Perl) is DX
Spider at <http://www.dxcluster.org>.  It also runs under Windows (but
why would one do that?)

73, Bob N7XY

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: DX spots via UI frames
  2004-03-22 16:37 DX spoots via UI frames Waldek
  2004-03-22 16:57 ` Andrea Borgia
@ 2004-03-22 19:38 ` Bernard Pidoux
  2004-03-22 19:26   ` Bob Nielsen
  1 sibling, 1 reply; 6+ messages in thread
From: Bernard Pidoux @ 2004-03-22 19:38 UTC (permalink / raw)
  To: Waldemar.Ogonowski; +Cc: linux-hams

Waldek wrote:

> I'm looking for a program under Linux that connects to a cluster
> and retransmit dx spots to unproto.

I dont know either about such a program. Maybe this function could be 
implemented into DxNet itself ?

By the way, I think that DxNet source of the program is not very easy to 
find.
It is barely referenced through Google and I did not see it on Linux Ham 
site http://radio.linux.org.au/

For those who would like to run DxNet developped by F5MZN here are some 
clues.

24h/day more than 500 'nodes' are interconnected worldwide
through HF or Internet. On average 3500 users share DX spots this way.

You can find information for subscribing to the DxNet list here :
http://www.f6fbb.org/mailman/listinfo/dxnet

Browse the list archives here :
http://www.f6fbb.org/pipermail/dxnet/

Read this to see how to use cvs for downloading the source code of DxNet :
http://www.f6fbb.org/pipermail/dxnet/2002-July/000778.html

A user can access a DxNet node via Packet Radio or Telnet to port 9000.
Then you receive DX spots line by line.
An there are a lot of usefull user commands.

For evaluation you can try to access F5MZN DxNet node here :

http://dxnet.eu.org/

73 de Bernard, f6bvp


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-03-22 19:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-22 16:37 DX spoots via UI frames Waldek
2004-03-22 16:57 ` Andrea Borgia
2004-03-22 17:17   ` Waldek
2004-03-22 17:20     ` Andrea Borgia
2004-03-22 19:38 ` DX spots " Bernard Pidoux
2004-03-22 19:26   ` Bob Nielsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox