EnglishFrenchSpanish

OnWorks favicon

brsscla - Online in the Cloud

Run brsscla in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command brsscla that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


brsscla - BRSS-based BP convergence layer adapter (input and output) task

SYNOPSIS


brsscla local_hostname[:local_port_nbr][ first_duct_nbr_in_scope[ last_duct_nbr_in_scope]]

DESCRIPTION


BRSS is the "server" side of the Bundle Relay Service (BRS) convergence layer protocol for
BP. It is complemented by BRSC, the "client" side of the BRS convergence layer protocol
for BP.

brsscla is a background "daemon" task that spawns two plus N threads: one that handles
BRSS client connections and spawns sockets for continued data interchange with connected
clients; one that handles BRSS protocol output by transmitting over those spawned sockets
to the associated clients; and one input thread for each spawned socket, to handle BRSS
protocol input from the associated connected client.

The connection thread simply accepts connections on a TCP socket bound to local_hostname
and local_port_nbr and spawns reception threads. The default value for local_port_nbr, if
omitted, is 80.

Each reception thread receives over the socket connection the node number of the
connecting client (in SDNV representation), followed by a 32-bit time tag and a 160-bit
HMAC-SHA1 digest of that time tag. The node number must be in the range
first_duct_nbr_in_scope through last_duct_nbr_in_scope inclusive; when omitted,
first_duct_nbr_in_scope defaults to 1 and last_duct_nbr_in_scope defaults to
first_duct_nbr_in_scope plus 255. The receiving thread also checks the time tag,
requiring that it differ from the current time by no more than BRSTERM (default value 5)
seconds. It then recomputes the digest value using the HMAC-SHA1 key named
"node_number.brs" as recorded in the ION security database (see ionsecrc(5)), requiring
that the supplied and computed digests be identical. If all registration conditions are
met, the receiving thread sends the client a countersign -- a similarly computed HMAC-SHA1
digest, for the time tag that is 1 second later than the provided time tag -- to assure
the client of its own authenticity, then commences receiving bundles over the connected
socket. Each bundle received on the connection is preceded by its length, a 32-bit
unsigned integer in network byte order. The received bundles are passed to the bundle
protocol agent on the local ION node.

The output thread extracts bundles from the queues of bundles ready for transmission via
BRSS to remote bundle protocol agents, finds the connected clients whose node numbers
match the proximate receiver node numbers assigned to the bundles by the routing daemons
that enqueued them, and transmits the bundles over the sockets to those clients. Each
transmitted bundle is preceded by its length, a 32-bit unsigned integer in network byte
order.

Note that brsscla is a "promiscuous" convergence layer daemon, able to transmit bundles to
any BRSS destination induct for which it has received a connection. Its sole outduct's
name is the name of the corresponding induct, rather than the induct name of any single
BRSS destination induct to which the outduct might be dedicated, so scheme configuration
directives that cite this outduct must provide destination induct IDs. For the BRS
convergence-layer protocol, destination induct IDs are simply the node numbers of
connected clients.

brsscla is spawned automatically by bpadmin in response to the 's' (START) command that
starts operation of the Bundle Protocol, and it is terminated by bpadmin in response to an
'x' (STOP) command. brsscla can also be spawned and terminated in response to START and
STOP commands that pertain specifically to the BRSS convergence layer protocol.

EXIT STATUS


"0" brsscla terminated normally, for reasons noted in the ion.log file. If this
termination was not commanded, investigate and solve the problem identified in the log
file and use bpadmin to restart the BRSS protocol.

"1" brsscla terminated abnormally, for reasons noted in the ion.log file. Investigate and
solve the problem identified in the log file, then use bpadmin to restart the BRSS
protocol.

Use brsscla online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Image Downloader
    Image Downloader
    Crawl and download images using
    Selenium Using python3 and PyQt5.
    Supported Search Engine: Google, Bing,
    Baidu. Keywords input from the keyboard
    or input from ...
    Download Image Downloader
  • 2
    Eclipse Tomcat Plugin
    Eclipse Tomcat Plugin
    The Eclipse Tomcat Plugin provides
    simple integration of a tomcat servlet
    container for the development of java
    web applications. You can join us for
    discussio...
    Download Eclipse Tomcat Plugin
  • 3
    WebTorrent Desktop
    WebTorrent Desktop
    WebTorrent Desktop is for streaming
    torrents on Mac, Windows or Linux. It
    connects to both BitTorrent and
    WebTorrent peers. Now there's no
    need to wait for...
    Download WebTorrent Desktop
  • 4
    GenX
    GenX
    GenX is a scientific program to refine
    x-ray refelcetivity, neutron
    reflectivity and surface x-ray
    diffraction data using the differential
    evolution algorithm....
    Download GenX
  • 5
    pspp4windows
    pspp4windows
    PSPP is a program for statistical
    analysis of sampled data. It is a free
    replacement for the proprietary program
    SPSS. PSPP has both text-based and
    graphical us...
    Download pspp4windows
  • 6
    Git Extensions
    Git Extensions
    Git Extensions is a standalone UI tool
    for managing Git repositories. It also
    integrates with Windows Explorer and
    Microsoft Visual Studio
    (2015/2017/2019). Th...
    Download Git Extensions
  • More »

Linux commands

Ad