Search found 608 matches

by SeeCwriter
Wed Jun 27, 2018 10:49 am
Forum: NetBurner Software
Topic: EFFS-STD fails
Replies: 4
Views: 2525

EFFS-STD fails

I'm using DHM Software's SNMP package with a Nano54415, and v2.8.6 of NNDK. SNMP requires a file system on the Nano's flash memory, so I used code from the EFFS-STD-HTTP example program to create the file system. This has worked for the last year. But now I'm getting errors trying to mount the drive...
by SeeCwriter
Tue May 22, 2018 3:42 pm
Forum: NetBurner Software
Topic: NNDK-2.8.6 - EFFS Not Working
Replies: 6
Views: 3156

Re: NNDK-2.8.6 - EFFS Not Working

If nothing has changed, why would replacing FatFile.a solve the problem?
by SeeCwriter
Tue May 22, 2018 9:17 am
Forum: NetBurner Software
Topic: NNDK-2.8.6 - EFFS Not Working
Replies: 6
Views: 3156

Re: NNDK-2.8.6 - EFFS Not Working

Jon,

I have the same issue with 2.8.6, and I'm confused by your answer. Is the "previous NNDK release" v2.8.3 or v2.8.6? Because it seems as if you are saying to replace fatfile.a in v2.8.3 with the same file from v2.8.6.
by SeeCwriter
Tue Mar 27, 2018 8:05 am
Forum: NetBurner Software
Topic: Release 2.8.5
Replies: 44
Views: 26775

Re: Release 2.8.5

As an FYI...We hired a Netburner Certified consultant to do a code review. He recommended a couple of changes, but could find nothing that would cause the reboots. I purchased a commercial lint package, and spent a few weeks removing the 100's of warnings it flagged. None of which could I identify a...
by SeeCwriter
Thu Mar 22, 2018 10:44 am
Forum: NetBurner Software
Topic: DHCP in IPv6
Replies: 0
Views: 2767

DHCP in IPv6

I'm trying to convert a MOD5441X application to IPv6. The app needs to be able to switch between DHCP & Static IP on command. So I have code that will start and stop the dhcp client and set a static ip address, net mask, and gateway when in static mode. Is that necessary with IPv6, because I don...
by SeeCwriter
Tue Mar 20, 2018 9:32 am
Forum: NetBurner Software
Topic: IPv6-DHCPv6 Example
Replies: 4
Views: 3105

IPv6-DHCPv6 Example

Using v2.8.6, when I build the IPv6-DHCPv6 example program I get the compiler warnings below. ..\ip_util.cpp: In function 'void showLeaseInfo(IPV6_PREFIX*)': ..\ip_util.cpp:163:61: warning: unknown conversion type character 0xd in format [-Wformat=] iprintf(" Server: %I\r\n", pPrefix->pDHC...
by SeeCwriter
Mon Mar 19, 2018 3:51 pm
Forum: NetBurner Software
Topic: Using InterfaceBlock with IPv6
Replies: 1
Views: 1248

Re: Using InterfaceBlock with IPv6

Found it.
by SeeCwriter
Mon Mar 19, 2018 7:27 am
Forum: NetBurner Software
Topic: Using InterfaceBlock with IPv6
Replies: 1
Views: 1248

Using InterfaceBlock with IPv6

Since structure InterfaceBlock contains IPADDR4 members, is there an equivalent structure to use for IPv6?
by SeeCwriter
Mon Feb 26, 2018 8:11 am
Forum: NetBurner Software
Topic: TCP connection
Replies: 1
Views: 1512

TCP connection

Is there a way to determine if a TCP connection is still open before using it? In my case there can a couple of seconds between opening a connection and using the connection. If the other side were to close the connection in the intervening time, how would I know?
by SeeCwriter
Mon Feb 05, 2018 11:01 am
Forum: NetBurner Software
Topic: Setting "Configured IP"
Replies: 3
Views: 1842

Setting "Configured IP"

On a NANO54415 I notice that on boot-up that "Configured IP" is set to a previous static IP used some time ago. Normally it comes up as 0.0.0.0. It's not obvious to me where in my code I might be setting it. It's definitely not intentional. Does setting the IP Address and Netmask in an Int...