Connect to an other station
Parameter | Type | Values | Description |
---|---|---|---|
type | string | "arq" | Type of setting ( get or set ) |
command | string | "connect" | connect command |
dxcallsign | string | "DJ2LS-0" | destination callsign we are connecting to |
attempts | int | "3" | number of attempts for initiating a connection ( Optional: Default 15) |
{
"type" : "arq",
"command": "connect" ,
"dxcallsign": "DJ2LS-0" ,
"attempts": 3
}