Search found 527 matches
- Thu Mar 10, 2022 10:47 am
- Forum: NetBurner Software
- Topic: EthernetIP not declared
- Replies: 4
- Views: 316
Re: EthernetIP not declared
I don't think EthernetIP is used in the v3.x tools. Looking through my 3.3.7 app, I replaced EthernetIP with either ifBlock->ip4.cur_addr or InterfaceIP(GetFirstInterface()).
- Wed Mar 09, 2022 9:13 am
- Forum: NetBurner Software
- Topic: Port scan issue
- Replies: 5
- Views: 510
Re: Port scan issue
According to my testing, it has been fixed in v3.3.7. Still looking for the the fix to be added to the v2.x tools.
- Thu Mar 03, 2022 8:44 am
- Forum: NetBurner Software
- Topic: Port scan issue
- Replies: 5
- Views: 510
Re: Port scan issue
v3.3.7 definitely improves the issue. The module no longer locks up, and I can continue to make tcp connections, and not lose a tcp connection if a port scan comes along. A minor issue still present is that once a port scan occurs, the function IsSocketReadable always returns true even when no conne...
- Tue Mar 01, 2022 9:35 am
- Forum: NetBurner Software
- Topic: Port scan issue
- Replies: 5
- Views: 510
Re: Port scan issue
Does v3.3.7 correct this issue? It wasn't clear from the releases notes if that was the case.
Also, projects built with v2.9.5 exhibit the same behavior.
Also, projects built with v2.9.5 exhibit the same behavior.
- Thu Feb 24, 2022 12:41 pm
- Forum: NetBurner Software
- Topic: Bootup output
- Replies: 2
- Views: 312
Re: Bootup output
In the Boot section of the module's Configuration webpage I found a BootQuiet option, and that removed the second abort message.
- Wed Feb 23, 2022 1:49 pm
- Forum: NetBurner Software
- Topic: Bootup output
- Replies: 2
- Views: 312
Bootup output
Using v3.3.6 with a NANO, when the NANO boots up there are two abort messages out the serial port. Is that normal, and is there a way to remove one?
Code: Select all
Waiting 2sec to start 'A' to abort
Primary network interface configured for DHCP
MAC Address = 00:03:f4:0e:e9:c1
Type "A" to abort boot
- Fri Feb 18, 2022 10:02 am
- Forum: NetBurner Software
- Topic: Port scan issue
- Replies: 5
- Views: 510
Port scan issue
I have a NANO project built with v3.3.6. I ran into a problem when I ran a port scan on the module where I can no longer make a TCP connection after the port scanner scans the TCP port I'm using. The port scanner is a free app I found named "Angry IP Scanner". What it does is, first, it sends severa...
- Wed Feb 16, 2022 9:27 am
- Forum: NetBurner Software
- Topic: Dir Path errors in v3.3.6
- Replies: 2
- Views: 307
Dir Path errors in v3.3.6
I installed v3.3.6, enabled SSH in predef.h, and imported my NANO project from v3.3.5, which also had SSH enabled. When building my project I got an error about settings.h included in NbWolfSsh.h not found. I modified the include path in NbWolfSsh.h to add "ssh" to the settings.h path. That worked, ...
- Wed Feb 09, 2022 10:08 am
- Forum: NetBurner Software
- Topic: Setting Time Zones
- Replies: 7
- Views: 784
Re: Setting Time Zones
After more research into time zones, I put implementation on hold. There seems to be no standard for time zone names or abbreviations. For my own education, could someone explain or point me to where I can find the answer about the purpose of alpha prefix to the GMT offsets used in the posix strings...
- Wed Feb 09, 2022 8:26 am
- Forum: NetBurner Software
- Topic: HttpsUploadCert example
- Replies: 10
- Views: 1194
Re: HttpsUploadCert example
Before I send you the project I wanted to delete the project and recreated it to make sure I did it correctly. I had forgotten that the example program has none of the EFFS files, such as includes "effs_std.h" in main.cpp. The only place I found the effs files was in nburn/examples/_common/EFFS/STD/...