Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.03 KB

File metadata and controls

23 lines (17 loc) · 1.03 KB

roverlib for C#


When building a service that runs on the Rover and should interface the ASE framework, you will most likely want to use a roverlib. This is the variant for C#.

Initialize a C# service

You can initialize a service with the C# roverlib using roverctl as follows:

roverctl service init c-sharp --name c-sharp-example-service --source github.com/author/example-service-service

Read more about using roverctl to initialize services here.