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

bpcounter - Bundle Protocol reception test program

Bugs

Description

bpcounter uses Bundle Protocol to receive application data units from a remote bpdriver application task.
       When the total number of application data units it has received exceeds maxCount, it terminates and
       prints its reception count.  If maxCount is omitted, the default limit is 2 billion application data
       units.

Diagnostics

       Diagnostic messages produced by bpcounter 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.

       bpcounter bundle reception failed.
           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" bpcounter has terminated.  Any problems encountered during operation will be noted in the ion.log log
           file.

Files

       No configuration files are needed.

Name

       bpcounter - Bundle Protocol reception test program

See Also

bpadmin(1), bpdriver(1), bpecho(1), bp(3)

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

Synopsis

bpcounterownEndpointId [maxCount]

See Also