Skip to content
Nahuel Taibo edited this page Feb 19, 2020 · 7 revisions

Welcome to the Net Core Rover wiki!

These pages try to show step by step how to configure everything needed to get your Rover running. Some steps are well explained in other places on the web. In those cases, links will be provided for you to follow those steps yourself. If you find anything not clear enough please, let me know, so this wiki can get better with your comments.

We'll be using a windows computer with Visual Studio 2017 to develop the netcore 2.2 rover application. Then we will Publish the application to the rover's Raspberry Pi using dotnet-publish-ssh

Once the publish is done, we will establish a ssh session to the Raspberry Pi and execute the application.

If we want to debug from Visual Studio 2017 preview in the Windows development machine, we will need to attach visual studio debugger to the remote process in the Raspberry Pi. I'll provide detailed instruction on how to do this later.

Happy making!