2021-04-22 13:55:17 -04:00
|
|
|
{
|
2021-04-22 22:18:32 -04:00
|
|
|
# Shortcut used in SMS message
|
2021-04-22 13:55:17 -04:00
|
|
|
'XYZ':{
|
2021-04-22 22:18:32 -04:00
|
|
|
# Mode of transfer, this case, message transfer
|
2021-04-22 13:55:17 -04:00
|
|
|
'mode':'msg_xfer',
|
2021-04-24 14:22:04 -04:00
|
|
|
# Public or Private auth
|
|
|
|
'auth_type':'public',
|
2021-04-22 22:18:32 -04:00
|
|
|
# Name of the server/network
|
2021-04-22 17:47:22 -04:00
|
|
|
'network_name':'My HBlink Server',
|
2021-04-22 22:18:32 -04:00
|
|
|
# URL to the dashboard of the server/network
|
|
|
|
'url':'http://example.net/',
|
|
|
|
# Username and password given to you by network operator
|
2021-04-22 13:55:17 -04:00
|
|
|
'user':'test_name',
|
|
|
|
'password':'passw0rd'
|
|
|
|
},
|
2021-04-22 22:18:32 -04:00
|
|
|
# Shortcut used in SMS message
|
|
|
|
'BBD':{
|
|
|
|
# Mode for application, operates differently than msg_xfer
|
2021-04-22 13:55:17 -04:00
|
|
|
'mode':'app',
|
2021-04-22 22:18:32 -04:00
|
|
|
# Name of external application
|
2021-04-24 09:58:18 -04:00
|
|
|
'app_name':'Multi Network Bulletin Board',
|
2021-04-22 22:18:32 -04:00
|
|
|
# Endpoint URL of API
|
2021-04-24 09:58:18 -04:00
|
|
|
'url':'http://hbl.ink/bb/post',
|
2021-04-22 22:18:32 -04:00
|
|
|
# Website for users to get info
|
|
|
|
'website':'http://hbl.ink',
|
2021-04-22 17:47:22 -04:00
|
|
|
},
|
2021-04-24 14:22:04 -04:00
|
|
|
'HBL':{
|
2021-04-22 17:47:22 -04:00
|
|
|
'mode':'msg_xfer',
|
2021-04-24 14:22:04 -04:00
|
|
|
'auth_type':'public',
|
|
|
|
'network_name':'KF7EEL Development Server',
|
|
|
|
'url':'http://hbl.ink/d-aprs/',
|
2021-04-22 13:55:17 -04:00
|
|
|
}
|
|
|
|
}
|