NANO54415SX Securable Network to Serial

Discussion to talk about software related topics only.
Post Reply
ecasey
Posts: 164
Joined: Sat Mar 26, 2011 9:34 pm

NANO54415SX Securable Network to Serial

Post by ecasey »

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
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: NANO54415SX Securable Network to Serial

Post by rnixon »

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.
ecasey
Posts: 164
Joined: Sat Mar 26, 2011 9:34 pm

Re: NANO54415SX Securable Network to Serial

Post by ecasey »

That makes sense.
Thank you for the explanation.
Post Reply