A service for checking the availability of the Adam robot.
Use the shared wiki to find information about the project.
- 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
-
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
- Download using the permalink
-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.
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!