hbnet/access_systems.txt

34 lines
1.0 KiB
Plaintext
Raw Normal View History

2021-04-22 13:55:17 -04:00
{
# Shortcut used in SMS message
2021-04-22 13:55:17 -04:00
'XYZ':{
# 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',
# Name of the server/network
2021-04-22 17:47:22 -04:00
'network_name':'My HBlink Server',
# 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'
},
# Shortcut used in SMS message
'BBD':{
# Mode for application, operates differently than msg_xfer
2021-04-22 13:55:17 -04:00
'mode':'app',
# Name of external application
2021-04-24 09:58:18 -04:00
'app_name':'Multi Network Bulletin Board',
# Endpoint URL of API
2021-04-24 09:58:18 -04:00
'url':'http://hbl.ink/bb/post',
# 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
}
}