User Tools

Site Tools

한국어

comfilepi:running_.net_winforms_applications_with_mono:index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
comfilepi:running_.net_winforms_applications_with_mono:index [2022/12/01 09:52]
COMFILE Technology [Install Mono on the ComfilePi]
comfilepi:running_.net_winforms_applications_with_mono:index [2024/04/01 15:27] (current)
COMFILE Technology [Optional: Automating the Deployment and Execution on the ComfilePi]
Line 158: Line 158:
   - Download both pscp.exe and plink.exe from http://​www.chiark.greenend.org.uk/​~sgtatham/​putty/​latest.html,​ and place them somewhere in your Windows PC's //PATH//.   - Download both pscp.exe and plink.exe from http://​www.chiark.greenend.org.uk/​~sgtatham/​putty/​latest.html,​ and place them somewhere in your Windows PC's //PATH//.
   - Add the following commands to the //​Post-build event command line//. <​code>​   - Add the following commands to the //​Post-build event command line//. <​code>​
-plink -pw raspberry pi@192.168.233.18 mkdir -p $(ProjectName)+plink -no-antispoof ​-pw raspberry pi@192.168.233.18 mkdir -p $(ProjectName)
 pscp -r -pw raspberry "​$(ProjectDir)$(OutDir)\*"​ pi@192.168.233.18:​$(ProjectName) pscp -r -pw raspberry "​$(ProjectDir)$(OutDir)\*"​ pi@192.168.233.18:​$(ProjectName)
 </​code>​ {{ :​comfilepi:​running_.net_winforms_applications_with_mono:​post_build_event.png |}} \\ The ''​plink''​ command will ensure a folder ''​home/​pi/​$(ProjectName)''​ exists on the ComfilePi, and the ''​pscp''​ command will upload the necessary binary files to that folder on the ComfilePi. </​code>​ {{ :​comfilepi:​running_.net_winforms_applications_with_mono:​post_build_event.png |}} \\ The ''​plink''​ command will ensure a folder ''​home/​pi/​$(ProjectName)''​ exists on the ComfilePi, and the ''​pscp''​ command will upload the necessary binary files to that folder on the ComfilePi.
comfilepi/running_.net_winforms_applications_with_mono/index.1669855943.txt.gz · Last modified: 2022/12/01 09:52 by COMFILE Technology