|
Info & Utilities for the SuperVozelj AX.25 nodeOther information about SuperVozelj are available on:1. Example of configuration file for SuperVozelj nodeYou can download the text file selecting the link tvb.B _ B SuperVozelj Node - Montebelluna - JN65AS B Servizi disponibili: B BBS: BOXTV, BBSTV, BBSVI, BBSMST B DxCluster: DXTV, DXPD B Irc: IRCTV - Aprs: IR3IP F _ F NOCALL I _ I *** Sezione ARI di Treviso *** I *** EuroNet - VENETO *** I QTH: Montebelluna (TV) - 220mt SLM - JN65AS I NodeOp: IW3GRW IW3GRX IK3GET I Hardware: MidiSV 68010 + 68450 , 6 canali IRQ + 2 canali DMA I Software: SV83f by S53MV/S52D/IW3GRX I . I ----------------------------------------------------------------- I Ch QRG BitRate Codifica Antenna Uso I 1 wire 38400 KISS Servizio I 2 70cm 38400 Manchester V-E Users I 3 23cm 38400 Manchester V-Omni Users + Link IR3MP IR3MST I 4 432.525 9600 G3RUH V-Omni Users I 5 430.xxx 2400 Manchester V-Omni Users (Prossima attivazione) I 6 wire 38400 CRCKISS Link bbs BBSTV:IW3GRX I 7 23cm 1228800 PSK H-NE Link IR3MP IR3CV I 8 ------- 1228800 HDLC Not connected I ----------------------------------------------------------------- I . I Links Map: I ---------------------------------- I Ch Node callsign Band Bitrate Dist. I 2 NOK:IR3NOK 70cm 38400 15km I 2 SVVI:IR3VI 70cm 38400 40km I 3 MESTRE:IR3MST 23cm 38400 25km I 7 PIZZOC:IR3MP 23cm 1228800 38km I 7 CV:IR3CV 23cm 1228800 33km I ---------------------------------- I . I Near services: I ---------------------------------- I DXCluster: I . DXTV:IR3DXC Treviso I . DXPD:I3ITX Vigonza,PD I BBS: I . BOXTV:IK3GET Caerano,TV I . BBSTV:IW3GRX Farra di Soligo,TV I . BBSMST:I3LUG Mestre,VE I . BBSVI:I3KUH Vicenza I IRC (Chat): I . IRCTV Treviso I APRS: I . IR3IP Treviso I ---------------------------------- I . I Type H and N to obtains other info. I Type E to see telemetric stat. I . N _ N News: N ----- N 20 Jul 2002: Porta 9600bps in manutenzione N . e rimossa porta 5 (23cm 38400 1297.700) N . N . N Utilizzo del nodo: N ------------------ N Benvenuto! Stai utilizzando un nodo Supervozelj (progetto di Matiaz S53MV). N. N Il nodo puo' essere connesso con tutti gli SSID dell' ALIAS e del CALL. N . N Collegando gli SSID 12, 13, 14, 15 viene disabilitato il reconnect cosicche` N disconnettendo la stazione finale sarete sconnessi da tutta la catena di nodi N attraverso cui vi siete connessi. N . N I nodi SuperVozelj dispongono di un complesso sistema di autorouting: per N disabilitare l'autorouting e' sufficiente che specifichiate su quale canale N intendete effettuare la chiamata, con la seguente sintassi: N C 2 IR3MP per collegare il nodo IR3MP nel canale 2 N C 2 IR3VEC-0 per collegare il nodo IR3VEC con SSID 0 N . N I nodi SuperVozelj consentono inoltre di effettuare connessioni IP (Internet N Protocol): per avere maggiori informazioni in merito puoi visitare il sito N internet http://www.ir3ip.net/proj.html in cui troverai le istruzioni per N il setup del driver Flexnet, AGWPE, Linux per connessioni IP su AX.25. N . N Digita I e N per altre informazioni. N . H _ H Hello! This is a SuperVozelj packet radio node. The software will H accept the following commands (only the main commands are shown for H simplicity): H B .....................show beacon text H C 2. Simple script to send configuration to SuperVozelj using TNT / LinuxI've made a very simple program, in Tcl, which can be used with the nice packet radio TNT program to send configuration file to SuperVozelj.You may read the information about the file downloading it at svsendconf or reading the window below. 3. Script to send SuperVozelj configuration using LinPac (under Linux)I wrote a simple PHP script which read the supervozelj configuration file and create a macro which can be used to send the configuration using the LinPac packet radio terminal program.The script shown below should be placed in /usr/local/sbin and named svcfg_linpac.php, then executed with the command svcfg_linpac.php SV_CONFIGURATION_FILENAME; finally, using LinPac, connect the SV node, send the password, then type :svcfg to start sending the configuration file.
#!/usr/bin/php
<?
# svcfg_linpac.php
# Create a LinPac macro which send the specified file line per line
# to configure SuperVozelj
# Written by Paolo Subiaco - http://iw3grx.ir3ip.net
$LINPAC_DIR='/home/iw3grx/LinPac';
$SVCFG_DIR='/mnt/cel/c/bbs/sv';
function printSyntax($error) {
print("$error\n");
print("Syntax: ".$argv[0]." SV_CONFIGURATION_FILE");
exit;
}
// check existance of cfg file
if (is_readable($argv[1])) {
$cfgfile=$argv[1];
} elseif (is_readable("$SVCFG_DIR/".$argv[1])) {
$cfgfile="$SVCFG_DIR/".$argv[1];
} else {
printSyntax('Wrong or missing file '.$argv[1]);
}
// check existance of LinPac dir
if (!is_writable($LINPAC_DIR)) {
printSyntax("LinPac Directory $LINPAC_DIR does not exists or is not writable");
}
// check existance of LinPac macro dir
if (!is_writable("$LINPAC_DIR/macro")) {
printSyntax("LinPac Macro directory $LINPAC_DIR/macro does not exists or is not writable");
}
if (!($cfgfd=fopen("$cfgfile",'r'))) {
printSyntax("Error opening configuration file $cfgfile");
}
if (!($outfd=fopen("$LINPAC_DIR/macro/svcfg.mac",'w'))) {
printSyntax("Error opening LinPac macro file $outfile");
}
while (($line=fgets($cfgfd,81))) {
fputs($outfd,$line);
fputs($outfd,":flush\n:sleep 1\n");
}
fclose($outfd); fclose($cfgfd);
?>
d0nt. Send email to spazzatura@ir3ip.net | ||||||||||||||||||