Connect to a Node
Transceive supports the
asl://
uri scheme
defined for AllStarLink.
This means you can construct urls that when opened will communicate with Transceive to perform certain actions.
The following markup creates a link which when clicked will open Transceive and attempt to connect to the node 42565.
<a href="asl://42565">Connect to node 42565</a>
Give it a try: Connect to node 42565
The
asl://
scheme is meant to work with publicly accessible nodes. As such Transceive will check if you have
authorized
AllStar authentication
before allowing a connection.
Add a Node
The following markup creates a link which when clicked will open Transceive and add the node 42565 in the connection list if not there already.
<a href="asl://42565?add">Add node 42565</a>
Give it a try: Add node 42565