I just received a NANO54415 Development Kit and on boot up, it ran an application reported as "NANO54415SX Securable Network to Serial". I see a lot of intresting functionality that I would like to explore, but I can't locate the source code for this application. I searched my c:/nburn directory, the netburner.com support page for the NANO54415 and this forum.
Does anyone know where I can find the source code?
Ed
NANO54415SX Securable Network to Serial
Re: NANO54415SX Securable Network to Serial
You need the ssl/ssh code module for that. Otherwise you won't have the security libraries to build it. In my installation I have examples\ssh and examples\ssl. The security app for the nano is in \examples\ssh. If you just want to download the image to your module again I'm sure you can get the .s19 file from them. For non-encrypted serial to ethernet (where I started) there are examples as well, but they are not as complex.
Re: NANO54415SX Securable Network to Serial
That makes sense.
Thank you for the explanation.
Thank you for the explanation.