Skip to content

Adam-Software/AdamServices.CheckingAvailability

Repository files navigation

AdamServices.CheckingAvailability

.NET Build And Publish Release
GitHub License GitHub Release

A service for checking the availability of the Adam robot.

Use the shared wiki to find information about the project.

For users

Permanent links to releases

  • Windows [x64]
    https://github.com/Adam-Software/AdamServices.CheckingAvailability/releases/latest/download/CheckingAvailability.win64.portable.zip
    
  • Linux [arm64]
    https://github.com/Adam-Software/AdamServices.CheckingAvailability/releases/latest/download/CheckingAvailability.arm64.portable.zip
    

Install

  • Windows [x64]

    • Download using the permalink
    • Unzip and run CheckingAvailability.exe
  • Linux [arm64]

    • Download using the permalink
      wget https://github.com/Adam-Software/AdamServices.CheckingAvailability/releases/latest/download/CheckingAvailability.arm64.portable.zip
    • Unzip and make the CheckingAvailability file executable
      unzip CheckingAvailability.arm64.portable.zip -d CheckingAvailability && chmod +x CheckingAvailability/CheckingAvailability
    • Run CheckingAvailability
      cd CheckingAvailability && ./CheckingAvailability

Optional command line arguments

-o, --old-port    The old local port that the service checking availability
                  listens on
-n, --new-port    The new local port that the service checking availability
                  listens on
--help            Display this help screen.
--version         Display version information.

Setting file

Use AppSettingsOptions section in the settings file appsettings.json to change the port numbers at the next startup.

"AppSettingsOptions": {
    "OldPortCheckingAvailability": 15000,
    "NewPortCheckingAvailability": 16000
  }

Important!. The arguments have a primary meaning before the settings. That is, when using arguments, the settings file will not be used!

About

A service for checking the availability of the Adam robot

Topics

Resources

License

Stars

Watchers

Forks

Languages