Search found 503 matches

by TomNB
Thu May 11, 2023 9:20 am
Forum: NetBurner Software
Topic: Retrieving Telnet Client IP Address
Replies: 2
Views: 96

Re: Retrieving Telnet Client IP Address

Hello,

Have you looked at the Get Socket functions in the TCP API? https://www.netburner.com/NBDocs/Develo ... 3d68232ec9
by TomNB
Tue Apr 11, 2023 2:08 pm
Forum: NetBurner Software
Topic: Secure connections
Replies: 7
Views: 374

Re: Secure connections

What are the task priorities of the touch screen interface vs the task where the negotiation takes place?
by TomNB
Fri Mar 31, 2023 3:11 pm
Forum: NetBurner Software
Topic: Using htmlfiles.h
Replies: 1
Views: 162

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: 743

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: 743

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: 743

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: 743

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: 765

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: 765

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: 765

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?