Search found 7 matches

by mruck
Tue Dec 22, 2015 12:53 pm
Forum: NetBurner Software
Topic: pre-2.7.2 sprintf bug characteristics?
Replies: 3
Views: 6151

Re: pre-2.7.2 sprintf bug characteristics?

It looks like the updated printf is fairly well encapsulated in nburn/system files, so it looks like I can drop it in to 2.6.5. That looks faster/easier than porting my app to 2.7.3.

However, it doesn't look like it fixes syslog - syslog uses vsnprintf(), which doesn't look implemented in 2.7 ...
by mruck
Mon Dec 21, 2015 4:53 pm
Forum: NetBurner Software
Topic: pre-2.7.2 sprintf bug characteristics?
Replies: 3
Views: 6151

pre-2.7.2 sprintf bug characteristics?

I'm using NNDK 2.6.5 - not really prepared to upgrade at the moment, but I'm looking into some funny syslog output. We're seeing bad %f output and we're seeing lines truncated at the %f. I saw that the release notes for 2.7.2 included:

Fixed error in sprintf and siprintf which caused early ...
by mruck
Tue May 26, 2015 12:49 pm
Forum: NetBurner Software
Topic: multithreading web server?
Replies: 4
Views: 4211

Re: multithreading web server?

Oops - I don't need to fix the return code for GetHandler, I just have to return the correct return code from my callback. Sorry.
by mruck
Tue May 26, 2015 12:42 pm
Forum: NetBurner Software
Topic: multithreading web server?
Replies: 4
Views: 4211

Re: multithreading web server?

Hmm - seems there's a login timeout or something, so I can't take 3 hours to edit the post like I usually do (without writing in notepad and cut/paste into IE).

Short recap of what I just tried to post (which means it's more concise, less rambling, and not wasted):

Your use case is a heavily ...
by mruck
Fri May 22, 2015 1:03 pm
Forum: NetBurner Software
Topic: multithreading web server?
Replies: 4
Views: 4211

multithreading web server?

I'm using AJAX on a Nano54415 with NNDK rev 2.6.5. I'm finding that when I transfer a large file (multipart post), the AJAX times out (which makes sense because the web server is busy for 30s with the file upload). I was looking into modifying the multipart handler to pass the socket to a worker ...
by mruck
Tue Sep 02, 2014 3:47 pm
Forum: NetBurner Software
Topic: dbethernet.od source for Nano?
Replies: 2
Views: 2622

Re: dbethernet.od source for Nano?

That worked. Thanks!
by mruck
Sun Aug 31, 2014 9:18 am
Forum: NetBurner Software
Topic: dbethernet.od source for Nano?
Replies: 2
Views: 2622

dbethernet.od source for Nano?

Is there source available for NANO54415/system/saved_od/dbethernet.od ? The prebuilt one locks me in to an ETHER_SEND_PRIO of 38. I wanted to keep EtherSend as the highest priority task while debuggnig, but that limits the number of tasks I can run.

Thanks,
mruck