C# AutoUpdate Wrapper

Discussion to talk about software related topics only.
Post Reply
jfox21381
Posts: 7
Joined: Tue Feb 03, 2015 1:51 pm

C# AutoUpdate Wrapper

Post by jfox21381 »

I'm working on a custom C# application to interact with my Netburner Mod54415 module. I'd like to be able to provide a mechanism to update the firmware from this application. Has anyone successfully ported the AutoUpdate code to a C# wrapper? Thought I would ask before diving into it myself.
User avatar
pbreed
Posts: 1080
Joined: Thu Apr 24, 2008 3:58 pm

Re: C# AutoUpdate Wrapper

Post by pbreed »

Note there is a JAVA autoupdate source as well, that might help the port...

Specifically:

nburn\pctools\autoupdate\java\src\autoupdate\NetBurnerCoreUpdate.java...
This has just the code to send code...
Post Reply