Search found 617 matches

by SeeCwriter
Wed Jul 03, 2024 10:30 am
Forum: NetBurner Software
Topic: Using TFTP
Replies: 6
Views: 1760

Re: Using TFTP

Yes. We only have one file to send.
by SeeCwriter
Fri Jun 28, 2024 12:59 pm
Forum: NetBurner Software
Topic: Using TFTP
Replies: 6
Views: 1760

Re: Using TFTP

We only need to source/send a file. The file is installed at the factory during the manufacturing process via a different method and stored in EEPROM. We receive a TCP command to prepare for file transfer, which causes the file to be copied to a buffer in sram. File size is around 128k. It seems lik...
by SeeCwriter
Fri Jun 28, 2024 8:30 am
Forum: NetBurner Software
Topic: Using TFTP
Replies: 6
Views: 1760

Using TFTP

I would like to add TFTP as a server to my NANO project. But the functions in tftp.cpp appear to be designed only for client use. Is there a server option available for the v2.9.5/6/7 version of the tools?
by SeeCwriter
Wed Jun 05, 2024 10:42 am
Forum: NetBurner Software
Topic: Image signing with v3.5.0
Replies: 6
Views: 2940

Re: Image signing with v3.5.0

Thank you.
by SeeCwriter
Fri May 31, 2024 10:27 am
Forum: NetBurner Software
Topic: Image signing with v3.5.0
Replies: 6
Views: 2940

Re: Image signing with v3.5.0

See ticket 38006. While this is the same problem, it's not the most recent issue I reported on image signing. I seem to recall that the solution involved changing a #define statement about variable size or type used in the encrypt/decrypt process, but I can't find it.
by SeeCwriter
Fri May 31, 2024 9:36 am
Forum: NetBurner Software
Topic: Image signing with v3.5.0
Replies: 6
Views: 2940

Re: Image signing with v3.5.0

Yes, I looked at it. That ticket was in 2021 and had to do with some spec changes regarding LLDP implementation. Whereas the image signing issue was around May 2023. In searching through v3.4.0 files, I found file AppSign.cpp was updated on May 15, file user_settings.h for the NANO was updated on Ma...
by SeeCwriter
Thu May 30, 2024 12:40 pm
Forum: NetBurner Software
Topic: Image signing with v3.5.0
Replies: 6
Views: 2940

Image signing with v3.5.0

Last year (May?) I submitted a support ticket regarding an issue I was having with signed images in v3.4.0. The issue was, I created a signed image and loaded it on a NANO that never had a signed image. It loaded fine and I could reload the same image without issue. Created a new signed image and lo...
by SeeCwriter
Tue May 21, 2024 7:12 am
Forum: NetBurner Software
Topic: v3.5.0 Build errors
Replies: 2
Views: 2097

Re: v3.5.0 Build errors

I made the changes, and additional errors were revealed in file NbCertGen.cpp.

Line 128: "CertGenData has no member named m_certExpTimeSet."
Line 473: "pGenData was not declared in this scope."

It looks like line 474 will have the same error as line 128.
by SeeCwriter
Mon May 20, 2024 10:27 am
Forum: NetBurner Software
Topic: v3.5.0 Build errors
Replies: 2
Views: 2097

v3.5.0 Build errors

I installed v3.5.0, and in predef.h I uncommented ENABLE_AUTOCERT_REGEN and tried to rebuild the system. I get the following compiler errors: C:/nburn/libraries/crypto/NetBurner/NbCertGen.cpp:126:111: error: request for member 'm_certExpTime' in 'pGenData', which is of pointer type 'CertGenData*' (m...
by SeeCwriter
Mon Apr 01, 2024 2:33 pm
Forum: NetBurner Software
Topic: Getting CPU statistics
Replies: 14
Views: 7198

Re: Getting CPU statistics

Do you think that function CpuLoadofPreviousSecond() should use OSLock() & OSUnlock() before accessing LastSecSampled & LastLoopCount?