Distributing software updates without revealing code?
Jack Buffington
Posts: 115
I am curious if there is a way to send a software updates to my clients for them to burn into their propellers without having to send them the source code. If I were doing this with a PIC chip for example, I would send them a .HEX file. They can burn it into their device and things will be updated but I don't lose job security by revealing the inner workings of how the software works. In my current situation, I need to send the update to a third party, who is not my client but I can also foresee situations where I would have written a snazzy piece of code that does something pretty unique that I don't want to be revealed to anyone as it would be code that I wrote on my own that makes myself or my company more marketable than another.
I guess that this isn't in the spirit of freely sharing code that goes on in this forum but from a business perspective, it is pretty necessary.
I guess that this isn't in the spirit of freely sharing code that goes on in this forum but from a business perspective, it is pretty necessary.
Comments
Bill
Compile you program and then click show hex. The click Save EEPROM.
Send the EEPROM file to client.
Client opens Propeller Tool and select file open, changes type to Propeller Applications. The hex view has a button for Load EEPROM.
John Abshier
Of course someone could decompile but its a bit of a pain to do and you don't get comments.
-Jack
http://forums.parallax.com/showthread.php?p=919524&highlight=Propellant+batch+file#post919524
Jim