Search found 541 matches

by TomNB
Fri Mar 31, 2023 3:11 pm
Forum: NetBurner Software
Topic: Using htmlfiles.h
Replies: 1
Views: 1163

Re: Using htmlfiles.h

Thanks for pointing that out. I can see in version control guards have been added for the next release. It adds:

#ifndef NB_HTMLFILE_H
#define NB_HTMLFILE_H

// header code....


#endif
by TomNB
Fri Mar 24, 2023 7:59 am
Forum: NetBurner Software
Topic: Problems with EFFS
Replies: 14
Views: 3230

Re: Problems with EFFS

Hi shockwave,

Just checking back with you on this.
by TomNB
Wed Mar 15, 2023 3:42 pm
Forum: NetBurner Software
Topic: Problems with EFFS
Replies: 14
Views: 3230

Re: Problems with EFFS

Hello, I have been unable to reproduce an error so far. I am attaching my 3.3.9 build of the EFFS-HTTP example, modified to read and display a test .s19 file. To do the test: - Load the effs-http app into your nano - Use ftp or some other mechanism to unzip and put the TESTS19.S19 file on your nano ...
by TomNB
Sat Mar 11, 2023 7:19 am
Forum: NetBurner Software
Topic: Problems with EFFS
Replies: 14
Views: 3230

Re: Problems with EFFS

I will try some file reading tests to try and reproduce.
by TomNB
Sun Mar 05, 2023 3:24 pm
Forum: NetBurner Software
Topic: Problems with EFFS
Replies: 14
Views: 3230

Re: Problems with EFFS

Hello, Looking at trying something simple on this end to reproduce the issue. Do you think this would cause the same behavior on your design: - Have four 1MB files on the sdcard - Open each one at at time,read and print some number of bytes larger than 3k, lets say 10k, close the file - Repeat At on...
by TomNB
Fri Mar 03, 2023 10:30 am
Forum: NetBurner Software
Topic: tls 1.2 vs 1.3
Replies: 13
Views: 12880

Re: tls 1.2 vs 1.3

Something else I have noticed on my system. With BitDefender installed, it does it's own certificate check, and I see a bit defender cert, not just the netburner autogenerated cert. Looking into it now, but I think actually goes out and does it's own check in it's cloud database check, which takes m...
by TomNB
Fri Mar 03, 2023 8:21 am
Forum: NetBurner Software
Topic: tls 1.2 vs 1.3
Replies: 13
Views: 12880

Re: tls 1.2 vs 1.3

Hello,

After further testing, we have noticed the speed has decreased from release 3.3.8 to 3.3.9, as the new wolfSSL version 5.5 have different optimizations. We are working on a 3.4.0 release for mid to late March.
by TomNB
Wed Mar 01, 2023 8:19 am
Forum: NetBurner Software
Topic: tls 1.2 vs 1.3
Replies: 13
Views: 12880

Re: tls 1.2 vs 1.3

Hello,

What key size are you using?

As previously mentioned, we have identified a speed issue with 3.3.9 and tls 1.3. Can you confirm the numbers you are now providing are for tls 1.2 and tls 1.3 is not enabled?
by TomNB
Mon Feb 27, 2023 8:05 am
Forum: NetBurner Software
Topic: Problems with EFFS
Replies: 14
Views: 3230

Re: Problems with EFFS

Hello, Thanks for posting your app, but there is a bit more going on there than I can sort through. I have not seen this behavior before. As a hardware test, how about the simplest possible program that only reads from the file system? That would be a good hardware reliability test. Put a 1M file on...
by TomNB
Tue Feb 21, 2023 1:48 pm
Forum: NetBurner Software
Topic: tls 1.2 vs 1.3
Replies: 13
Views: 12880

Re: tls 1.2 vs 1.3

Hello, 1.2MB is a pretty hefty web page for an embedded device. What is the total used by images? What are you using for the certificate? RSA is very slow, ECC much faster. We have noticed a slow down in tls 1.3 with the latest wolf upgrade that is in 3.3.9. We are looking into that, but it will tak...