logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bpsink - Bundle Protocol reception test program

Bugs

Description

bpsink uses Bundle Protocol to receive application data units from a remote bpsource application task.
       For each application data unit it receives, it prints the ADU's length and -- if length is less than 80
       -- its text.

       bpsink terminates upon receiving the SIGQUIT signal, i.e., ^C from the keyboard.

Diagnostics

       Diagnostic messages produced by bpsink are written to the ION log file ion.log.

       Can't attach to BP.
           bpadmin has not yet initialized Bundle Protocol operations.

       Can't open own endpoint.
           Another application has already opened ownEndpointId.  Terminate that application and rerun.

       bpsink bundle reception failed.
           BP system error.  Check for earlier diagnostic messages describing the cause of  the  error;  correct
           problem and rerun.

       Can't receive payload.
           BP  system  error.   Check for earlier diagnostic messages describing the cause of the error; correct
           problem and rerun.

       Can't handle delivery.
           BP system error.  Check for earlier diagnostic messages describing the cause of  the  error;  correct
           problem and rerun.

Environment

       No environment variables apply.

Exit Status

       "0" bpsink  has  terminated.   Any problems encountered during operation will be noted in the ion.log log
           file.

Files

       No configuration files are needed.

Name

       bpsink - Bundle Protocol reception test program

See Also

bpadmin(1), bpsource(1), bp(3)

perl v5.24.1                                       2016-07-07                                          BPSINK(1)

Synopsis

bpsinkownEndpointId

See Also