bpq32mail/chat instellen.

Alles over packetradio en digimodes op de 27MHz

Moderators: 19-AT-068 Frank, Thijs, Remco Rozenburg, erik_ark

bpq32mail/chat instellen.

Berichtdoor 19jz387 » 11 jan 2015, 01:40

Ik ben de hele avond bezig geweest om mail en chat werkend te krijgen via bpq32 maar krijg het niet draaiend op de een of andere manier.
Ben begonnen met de minimal instellingen van bpq.
Moet ik naast de application data verder nog wat instellen?
Bbs staat ook op 1.

Dit vond ik in met wat Googlen en daarmee ben ik een poos aan het experimenteren geweest maar krijg het gewoon niet werkend.


Code: Selecteer alles
APPLICATION n,CMD,New Command,Call,Alias,Quality,L2Alias

n Application Number. You can define up to 32.
CMD The command the user types
New Command (optional) The Node command to be run
Call (optional) The call which directly invokes CMD
Alias and Quality (optional) If specified, causes an entry for Call and Alias to be added to your NODES table with the specified Quality
L2Alias (optional)is an additional Alias for direct (L2) connects to the Node.

For example:

APPLICATION 1,BBS,,G8BPQ,BPQBBS,200
APPLICATION 2,CHAT,,G8BPQ-1,BPQCHT,255
19jz387
 

Re: bpq32mail/chat instellen.

Berichtdoor NL1APE » 11 jan 2015, 13:47

Je moet in BPQ32.cfg je applicaties BBS en CHAT definiëren en applicatienummers toekennen:

APPLICATION 1,BBS,,NL3JZN,BBSJZN,255
APPLICATION 2,CHAT,,NL9JZN-8,CHTJZN,255

En in BPQChat moet je onder configuration je applicatienummer ingeven. In mijn voorbeeld applicatie 2, en het aantal streams bv 10. Daarnaast moet je één of meerdere CHAT partners definiëren onder "Nodes to link to", in het formaat ALIAS:CALL-SSID. Als je link partners via AX/UDP hebt.
Bijvoorbeeld:

CHTRLD:NL5RLD-8
SBGCHT:NL9SBG-8
SBMCHT:NL9RAM-8

Je chatpartners via UDP moeten dan jouw ALIAS:CALL onder "Nodes to link to" definiëren:

CHTJZN:NL9JZN-8

Heb je geen UDP links dan hoef je onder "Nodes to link to" niets in te vullen en is je chatbox alleen via RF te bereiken.

Marc, NL1APE
NL1APE
 

Re: bpq32mail/chat instellen.

Berichtdoor 19jz387 » 11 jan 2015, 15:08

ben weer een poosje aan het prutsen geweest.
bbs doet al iets in terminal en kan berichten heen en weer sturen tussen 2 terminal sessies dus dat is al iets alleen de chat krijg ik niet aan de gang.
zal wel in het node verhaal zitten icm mijn slechte skills wat betreft tekst bestanden aanpassen en het niet kennen van de software :|

dit is de BPQ32.CFG zonder het sysop gedeelte
Code: Selecteer alles
/* This begins a multi-line comment

CONFIGURATION FILE FOR BPQ32: G8BPQ SWITCH SOFTWARE

The purpose of this configuration is simply to confirm that the basic BPQ32
system is operable.  It contains only a LOOPBACK port.

To perform the basic test, execute BPQTerminal.exe, and in the lowest window enter:

C 1 MYNODE v MYCALL

You should receive the following response:

MYNODE:MYCALL} Connected to MYNODE
This is the CTEXT.
MYNODE:MYCALL} CONNECT BYE INFO NODES ROUTES PORTS USERS MHEARD

If you get the above response the basic test has succeeded.

..\Examples\Minimal

*/ This ends a multi-line comment

NODECALL=NL1JZ      ; Node callsign
NODEALIAS=NL1JZ   ; Node alias (6 characters max)
IDMSG:            ; UI broadcast text from NODECALL to fixed dest ID
This is the IDMSG text.
***               ; Denotes end of IDMSG text
BTEXT:            ; UI broadcast text from BCALL to destination UNPROTO=
This is the NL1JZ test Node
***               ; Denotes end of BTEXT text
INFOMSG:         ; The INFO command text follows:
this node is being setup and will be running 24/7 asap.
***               ; Denotes end of INFOMSG text
CTEXT:            ; The CTEXT text follows:
Minimal BPQ32 installation successful.
MYNODE:MYCALL} BBS CONNECT BYE INFO NODES ROUTES PORTS USERS MHEARD
***         ; Denotes end of CTEXT text
FULL_CTEXT=0      ; 0=send CTEXT to L2 connects to NODEALIAS only
               ; 1=send CTEXT to all connectees

; Network System Parameters:
OBSINIT=6         ; Initial obsolescence set when a node is included
               ; in a received nodes broadcast. This value is then
               ; decremented by 1 every NODESINTERVAL.
OBSMIN=4         ; When the obsolescence of a node falls below this
               ; value that node's information is not included in
               ; a subsequent nodes broadcast.
NODESINTERVAL=15   ; Nodes broadcast interval in minutes
IDINTERVAL=0      ; 'IDMSG' UI broadcast interval in minutes, 0=OFF
BTINTERVAL=0      ; The BTEXT broadcast interval in minutes, 0=OFF
L3TIMETOLIVE=25      ; Max L3 hops
L4RETRIES=3         ; Level 4 retry count
L4TIMEOUT=60      ; Level 4 timeout in seconds s/b > FRACK x RETRIES
L4DELAY=10         ; Level 4 delayed ack timer in seconds
L4WINDOW=4         ; Level 4 window size
MAXLINKS=63         ; Max level 2 links
MAXNODES=512      ; Max nodes in nodes table
MAXROUTES=64      ; Max adjacent nodes
MAXCIRCUITS=128      ; Max L4 circuits
MINQUAL=168         ; Minimum quality to add to nodes table
; INP3 Routing is experimental.  The two parms which follow will be ignored
; unless activated in the ROUTES: section.
MAXHOPS=4         ; INP3 hop limit to add to tables
MAXRTT=90         ; INP3 max RTT in seconds
;BUFFERS=255      ; This parameter is no longer used in the Win32 version.
               ; BPQ32 allocates an adequate number automatically.
               ; I have the line commented out just to remind me it's gone!!
; TNC default parameters:
PACLEN=236         ; Max packet size (236 max for net/rom)
               ; 236 is suitable for reliable and fast connections, such as AX/IP/UDP
               ; 128 would be suitable for a VHF packet radio connection
TRANSDELAY=1      ; Transparent node send delay in seconds

; Level 2 Parameters:
; T1 (FRACK), T2 (RESPTIME) and N2 (RETRIES) are now in the PORTS section
T3=120            ; Link validation timer in seconds
IDLETIME=720      ; Idle link shutdown timer in seconds

; Configuration Options:
AUTOSAVE=1         ; Saves BPQNODES.dat upon program exit
BBS=1            ; 1 = BBS support included, 0 = No BBS support
NODE=1            ; Include switch support
HIDENODES=1         ; If set to 1, nodes beginning with a #
               ; require a 'N *' command to be displayed.
/*
The *** LINKED command is intended for use by gateway software, and concern
has been expressed that it could be misused. It is recommended that it be
disabled (=N) if unneeded.
*/
ENABLE_LINKED=N      ; Controls processing of *** LINKED command
               ; Y = allows unrestricted use
               ; A = allows use by application program
               ; N = disabled
/*
AX25 port definitions:
The LOOPBACK port simulates a connection by looping input to output. To test,
start BPQTerminal and enter: 'C 1 MYNODE via MYCALL'
In this example '1' is the LOOPBACK port number. The LOOPBACK port is provided
for testing purposes and would rarely be included in an established system.
*/
; LOOPPACK sport specification
PORT
   PORTNUM=1                        ;Optional but sets port number if stated
   ID=AGWPE Port 1 Soundcard Left   ;Text displayed by PORTS command
   TYPE=EXTERNAL                    ;Calls an external module
   DLLNAME=BPQtoAGW.dll             ;Uses BPQtoAGW.dll
    IOADDR=1F41                      ;Interfaces with AGWPE via port 8001 decimal
   CHANNEL=A                        ;AGWPE's port 1
   QUALITY=192                      ;Setting to 0 stops node broadcasts on this port
   MAXFRAME=7                       ;Max outstanding frames (1 thru 7)
   FRACK=1000                       ;Level 2 timeout in milliseconds
   RESPTIME=250                     ;Level 2 delayed ack timer in milliseconds
   RETRIES=10                       ;Level 2 maximum retry value
   PACLEN=236                       ;Max = 236 if using NETROM links
ENDPORT

/*
ROUTES:            ; Locked routes (31 maximum)
;There are no locked routes in this example.
***               ; Denotes end of locked routes
*/

/*
Applications:

You can define additional Node commands that are available to your users. These may connect to
applications running on you computer, or be aliases or 'shortcuts' to other node commands.
For example you can define the command "BBS". This can either be set up to connect to a BBS running
on your computer, or to be an alias for a command that connects to a BBS on another system.

You can set up a callsign that if connected to will select the command, and if required cause the
call to be added to your NODES list.

The format is:

APPLICATION n,CMD,New Command,Call,Alias,Quality

n Application Number. You can define up to 32.
CMD The command the user types
New Command (optional) The Node command to be run
Call (optional) The call which directly invokes CMD
Alias and Quality (optional) If specified, causes an entry for Call and Alias to be added to your
NODES table with the specified Quality.

Associated with each Application number is an application mask.

  Appl: 1,2,3,4,5,6,7,8, etc
  Decimal Mask: 1,2,4,8,16,32,64,128, etc
  Hexadecimal Mask: 0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80, etc

*/

APPLICATION 1,CHAT,,NL1JZ,,255            
APPLICATION 2,BBS,,NL1JZ,,255            


chatconfig.cfg

Code: Selecteer alles
Chat :
{
  ApplNum = 1;
  MaxStreams = 10;
  OtherChatNodes = "NL1JZ:NL1JZ ";
  ChatWelcomeMsg = "welcome at the nl1jz chat";
  MapPosition = "";
  MapPopup = "";
  PopupMode = 0;
};


dit is de bpqmail.cfg

Code: Selecteer alles
main :
{
  Streams = 10;
  BBSApplNum = 2;
  BBSName = "NL1JZ";
  SYSOPCall = "*****";
  H-Route = "NONE";
  EnableUI = 0;
  RefuseBulls = 0;
  SendSYStoSYSOPCall = 1;
  SendBBStoSYSOPCall = 0;
  DontHoldNewUsers = 0;
  AllowAnon = 0;
  DontNeedHomeBBS = 0;
  ForwardToMe = 0;
  SMTPPort = 0;
  POP3Port = 0;
  NNTPPort = 0;
  RemoteEmail = 0;
  MailForInterval = 0;
  MailForText = "";
  AuthenticateSMTP = 0;
  Log_BBS = 1;
  Log_TCP = 1;
  SMTPGatewayEnabled = 0;
  ISPSMTPPort = 0;
  ISPPOP3Port = 0;
  POP3PollingInterval = 0;
  MyDomain = "";
  ISPSMTPName = "";
  ISPPOP3Name = "";
  ISPAccountName = "";
  ISPAccountPass = "ÞV2z\x14¹—\x04ù¹\x071kxö7";
  ConsoleSize = "240,836,94,642";
  MonitorSize = "0,0,0,0";
  WindowSize = "358,954,368,704";
  Bells = 0;
  FlashOnBell = 0;
  StripLF = 0;
  WarnWrap = 0;
  WrapInput = 0;
  FlashOnConnect = 0;
  CloseWindowOnBye = 1;
  Version = "1,4,62,1";
  WelcomeMsg = "Hello $I. Latest Message is $L, Last listed is $Z\r\n";
  NewUserWelcomeMsg = "Hello $I. Welcome at the NL1JZ test BBS. Latest Message is $L, Last listed is $Z\r\n";
  ExpertWelcomeMsg = "";
  Prompt = "de NL1JZ>\r\n";
  NewUserPrompt = "de NL1JZ>\r\n";
  ExpertPrompt = "de NL1JZ>\r\n";
  SignoffMsg = "";
  RejFrom = "";
  RejTo = "";
  RejAt = "";
  HoldFrom = "";
  HoldTo = "";
  HoldAt = "";
  SendWP = 0;
  SendWPTO = "";
  SendWPVIA = "";
  SendWPType = 0;
  MaxTXSize = 99999;
  MaxRXSize = 99999;
  ReaddressLocal = 0;
  ReaddressReceived = 0;
  WarnNoRoute = 1;
  Localtime = 0;
  FWDAliases = "";
};
BBSForwarding :
{
  NL1JZ :
  {
    TOCalls = "";
    ConnectScript = "";
    ATCalls = "";
    HRoutes = "";
    HRoutesP = "";
    FWDTimes = "";
    Enabled = 0;
    RequestReverse = 0;
    AllowCompressed = 0;
    UseB1Protocol = 0;
    UseB2Protocol = 0;
    SendCTRLZ = 0;
    FWDPersonalsOnly = 0;
    FWDNewImmediately = 0;
    FwdInterval = 3600;
    RevFWDInterval = 0;
    MaxFBBBlock = 10000;
    BBSHA = "";
  };
  NL2JZ :
  {
    TOCalls = "";
    ConnectScript = "";
    ATCalls = "";
    HRoutes = "";
    HRoutesP = "";
    FWDTimes = "";
    Enabled = 0;
    RequestReverse = 0;
    AllowCompressed = 0;
    UseB1Protocol = 0;
    UseB2Protocol = 0;
    SendCTRLZ = 0;
    FWDPersonalsOnly = 0;
    FWDNewImmediately = 0;
    FwdInterval = 3600;
    RevFWDInterval = 0;
    MaxFBBBlock = 10000;
    BBSHA = "";
  };
};
Housekeeping :
{
  LastHouseKeepingTime = 1420935582;
  LastTrafficTime = 1420935591;
  MaxMsgno = 60000;
  BidLifetime = 60;
  MaxAge = 30;
  LogLifetime = 7;
  MaintInterval = 0;
  UserLifetime = 0;
  MaintTime = 0;
  PR = 30;
  PUR = 30;
  PF = 30;
  PNF = 30;
  BF = 30;
  BNF = 30;
  NTSD = 30;
  NTSF = 30;
  NTSU = 30;
  DeletetoRecycleBin = 0;
  SuppressMaintEmail = 1;
  MaintSaveReg = 1;
  OverrideUnsent = 1;
  SendNonDeliveryMsgs = 1;
  LTFROM = "";
  LTTO = "";
  LTAT = "";
};
UIPort1 :
{
  Enabled = 1;
  SendMF = 1;
  SendHDDR = 1;
  SendNull = 1;
};
UIPort2 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort3 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort4 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort5 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort6 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort7 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort8 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort9 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort10 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort11 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort12 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort13 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort14 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort15 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort16 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort17 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort18 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort19 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort20 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort21 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort22 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort23 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort24 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort25 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort26 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort27 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort28 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort29 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort30 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort31 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
UIPort32 :
{
  Enabled = 0;
  SendMF = 0;
  SendHDDR = 0;
  SendNull = 0;
};
19jz387
 

Re: bpq32mail/chat instellen.

Berichtdoor NL1APE » 11 jan 2015, 16:28

Op het eerste gezicht lijkt mij het probleem dat je voor alles dezelfde call gebruikt en dat de call en de alias gelijk zijn.
Gebuik bv voor node, BBS en Chat verschillende Call:alias

Node: NL9JZ:NODEJZ
BBS: NL3JZ:BBSJZ
Chat: NL9JZ-8:CHATJZ

En gebruik eventueel voor je terminal call NL1JZ. Je kan je terminal ook als applicatie definiëren:
APPLICATION 1,BBS,,NL3JZ,BBSJZ,255 ; gebruik applicatie 1 altijd oor BBS (nu heb je chat als app 1)
APPLICATION 2,TERM,,NL1JZ,TERMJZ,255
APPLICATION 3,CHAT,,NL9JZ-8,CHATJZ,255

Of als je per sé NL1JZ voor alles wil gebruiken, dan MOET je SSID's gebruiken:
APPLICATION 1,BBS,,NL1JZ-3,BBSJZ,255 ; gebruik applicatie 1 altijd oor BBS (nu heb je chat als app 1)
APPLICATION 2,TERM,,NL1JZ-2,TERMJZ,255
APPLICATION 3,CHAT,,NL1JZ-8,CHATJZ,255

En gebruik dan voor je nodecall:alias NL1JZ:NODEJZ

En definieer je chat en BBS in de software zelf en NIET in de door BPQ gecreëerde configs. Respectievelijk: BPQMail.exe voor BBS en BPQChat.exe voor Chat, naast BPQ32.exe. Alleen voor de laatste moet je alles handmatig in BPQ32.cfg wijzigen.
Indien je de bbs of chat configs wijzigt terwijl het BBS en/of Chat draait, dan wordt bij het sluiten van je BBS en/of Chat alle handmatig veranderde gegevens weer overschreven... Of wijzig de files wanneer de software NIET draait. Anders schiet 't niet op. Maar beter is om alle instellingen in de software zelf in te geven. En daarna de software te herstarten.

Maar het belangrijkste probleem lijkt mij dat je geen unieke calls /ssid's gebruikt maar één identieke call voor alle apps. Als je 1 en dezelfde call wil gebruiken dan moet je verschillende SSID's gebruiken voor de verschillende applicaties.
En voor Chat zijn de call en de alias gelijk. Volgens mij moeten die ook verschillend zijn. En ook alle applicaties moeten een verschillende alias hebben. Anders werkt 't niet.

En ik zie dat je een soundcardmodem gebruikt. Die van AGW? Niet doen, want die is erg instabiel en decodeert belabberd. Als je al UZ7HO modem gebruikt. Gebruik dan de BPQ driver die John G8BPQ voor de UZ7HO modem heeft gemaakt. Je gebruikt nu AGWtoBPQ als driver:

PORT
PORTNUM=1
ID=27.235 MHz FM ; UZ7HO Soundmodem Port
DRIVER=UZ7HO
CHANNEL=A
CONFIG
ADDR 127.0.0.1 8000 PATH C:\Program Files\BPQ32\soundmodem.exe
BEACONAFTERSESSION
ENDPORT

Mocht je de UZ7HO modem nog niet hebben: http://uz7.ho.ua/packetradio.htm

Marc, NL1APE/PD4U
Laatst bijgewerkt door NL1APE op 11 jan 2015, 17:23, in totaal 2 keer bewerkt.
NL1APE
 

Re: bpq32mail/chat instellen.

Berichtdoor 19jz387 » 11 jan 2015, 17:13

bedankt marc daar kan ik wat mee :D
word nu een beetje duidelijker :wink:
bedoeling is overigens om op een hardware tnc over te gaan op den duur.

ga er vanavond wel weer even mee stoeien.
19jz387
 

Re: bpq32mail/chat instellen.

Berichtdoor NL1APE » 11 jan 2015, 17:17

19jz387 schreef:bedoeling is overigens om op een hardware tnc over te gaan op den duur.


Er zijn geen software modems die beter zijn dan de UZ7HO modem, en ik moet de hardware modem ook nog zien die de UZ7HO voorbij gaat... Maar dit terzijde :)

Marc. NL1APE/PD4U
pd4u@pd4u.nl
NL1APE
 

Re: bpq32mail/chat instellen.

Berichtdoor 19jz387 » 11 jan 2015, 19:39

modulatie van die soundmodem klinkt sowieso al een heel stuk beter :mrgreen:
heb hem lokaal werkend en ga zo even via RF kijken of ik kan werken.

Edit:
Heb het via RF ook werkend :D
Het is nog niet helemaal naar mn zin maar dat komt wel goed nu ik de software een beetje ken.
Gaat niet lang duren en ik laat hem 24/7 draaien.

hoe zit het eigenlijk met de RX van een danita 240/640?
RX werkt alleen als de RX pin met de GND verbonden zit.
met de baycom regelt de modem de RX stand maar hoe zit het met soundcard packet, kan het wel gaan sturen met een schakel relais maar dat zou niet mn voorkeur hebben.

las sowieso iets over een mod vanaf de fm detector. http://www.geocities.ws/nl3asd/danita640.html
19jz387
 

Re: bpq32mail/chat instellen.

Berichtdoor NL1APE » 11 jan 2015, 23:44

19jz387 schreef:<..>
hoe zit het eigenlijk met de RX van een danita 240/640?
RX werkt alleen als de RX pin met de GND verbonden zit.
met de baycom regelt de modem de RX stand maar hoe zit het met soundcard packet, kan het wel gaan sturen met een schakel relais maar dat zou niet mn voorkeur hebben.

las sowieso iets over een mod vanaf de fm detector. http://www.geocities.ws/nl3asd/danita640.html


Hier overvraag je mij. Maar als het met de AGW Packet engine en de AGW soundcardmodem werkte, zou het ook met de UZ7HO soundcardmodem moeten werken. De werking van de UZ7HO is namelijk gebaseerd op de AGWPE API, en is dus compatible.

Bij sommige radio's, bv de condor mobilofoons, moet je de audio vanaf de discriminator oppakken. Maar wederom: dan had dat bij het gebruik van AGW ook gemoeten. En daar draaide je al naar tevredenheid mee, toch? Dus lijkt mij de mod niet noodzakelijk.

Marc
Laatst bijgewerkt door NL1APE op 12 jan 2015, 01:11, in totaal 1 keer bewerkt.
NL1APE
 

Re: bpq32mail/chat instellen.

Berichtdoor 19jz387 » 11 jan 2015, 23:52

Ik gebruik hem nu met de lincoln omdat ik niet wist hoe het met de rx van de danita zat maar voor 24/7 wil ik die niet gaan gebruiken.

De UZ7HO soundcardmodem werkt als een trein.
Weliswaar iets tragere snelheid maar werkt beter dan agwpe.
Ook instellen is een fluitje van een cent daar waar agwpe meerdere uren heeft gekost voor die goed werkte.
19jz387
 

Re: bpq32mail/chat instellen.

Berichtdoor NL1APE » 12 jan 2015, 01:09

19jz387 schreef:De UZ7HO soundcardmodem werkt als een trein.
Weliswaar iets tragere snelheid maar werkt beter dan agwpe.
Ook instellen is een fluitje van een cent daar waar agwpe meerdere uren heeft gekost voor die goed werkte.


Iets tragere snelheid??? Je kan de AX25 parameters instellen in de ini file onder [AX 25]:
Maxframe /Retries/ FrackTime/ IdleTime/ SlotTime / Persist/ RespTime.
En de TXDelay an TXTail onder [Modem].

Je kan de parameters ook in de poort definitie in BPQ32.cfg instellen, zoals je bij je loopback poort en AGW poort hebt gedaan. Volgens mij overschrijft BPQ de waarden in de UZ7HO modem indien je ze gedefinieerd hebt in BPQ32.cfg

Ja de UZ7HO modem is erg gebruiksvriendelijk en decodeert ook aanmerkelijk beter, en werkt stabiel. AGWPE met AGW soundcardmodem is erg instabiel, en kan je daarom voor 24/7 gebruik niet gebruiken.

Marc
NL1APE
 

Re: bpq32mail/chat instellen.

Berichtdoor 19jz387 » 12 jan 2015, 01:46

Heb even snel gekeken en agwpe heeft maxframe=7 en UZ7HO staat standaard op maxframe=3.
Wat meer frames per burst zal het wel wat sneller gaan maken.
19jz387
 

Re: bpq32mail/chat instellen.

Berichtdoor NL1APE » 12 jan 2015, 02:13

Op VHF of lokaal op CB is maxframe 7 geen probleem. Maar ik denk dat het teveel is op 27.235 voor DX ivm de aanwezige QRM van de dames van de Russische taxicentrales... ;)
Ik heb zelf voornamelijk op 20m packet radio gedaan, en heb de maxframe op 4 staan. Maar de UZ7HO modem heeft, indien je hem in hostmode gebruikt, zoals in BPQ met de UZ7HO driver, dynamische maxframe. Dus onder slechte condities gaat de modem terug naar maxframe 1, en schakelt weer naar de ingestelde maxframe indien condities dit toelaten.

Marc, NL1APE
NL1APE
 


Keer terug naar Digimodes (Packetradio, PSK, RTTY, ROS, etc)

Wie is er online

Gebruikers op dit forum: Geen geregistreerde gebruikers. en 21 gasten