Search found 1081 matches

by pbreed
Tue Aug 17, 2010 1:06 pm
Forum: NetBurner Software
Topic: FTP Client problem
Replies: 3
Views: 2610

Re: FTP Client problem

FTP runs on TCP. Background: A TCP connection is identified with 4 parts, source IP , Destination IP, source port and destination port. Starting up as an FTP client, three of these parts are fixed, only the source port varies from connection to connection. When a netburner starts up the first time i...
by pbreed
Mon Aug 16, 2010 2:02 pm
Forum: NetBurner Software
Topic: Serial Debugging on Network Platforms?
Replies: 7
Views: 3907

Re: Serial Debugging on Network Platforms?

Serial app updating is possible via the monitor. Serial debugging is not recommended. A very long time ago we had some serial GDB stub's, that did serial debugging. They were the #1 source of support problems. We have not tested them in a very long time. I'd be much more inclied to write specific in...
by pbreed
Fri Aug 06, 2010 5:03 pm
Forum: NetBurner Software
Topic: Wifi ad-hoc problem
Replies: 3
Views: 2599

Re: Wifi ad-hoc problem

I believe that there is newer stuff available. Can you submit a support ticket. I know the person working on Adhoc Wifi has it working between a netburner and PC. I believe that there are still some issues making an AdHoc connection between two netburners. The person I need to ask is out today and I...
by pbreed
Fri Aug 06, 2010 11:14 am
Forum: NetBurner Software
Topic: Wifi ad-hoc problem
Replies: 3
Views: 2599

Re: Wifi ad-hoc problem

Have you downloaded the very latest beta?
Adhoc is something we have been working on.

Paul
by pbreed
Thu Aug 05, 2010 10:02 am
Forum: Application Notes and Design Ideas
Topic: SBL2e TCP Control
Replies: 1
Views: 4636

Re: SBL2e TCP Control

We have implmented a Machine interface that does exactly what you want.
It should be around page 17 in the users manual:http://www.netburner.com/downloads/sbl2 ... Manual.pdf
by pbreed
Wed Aug 04, 2010 10:21 am
Forum: NetBurner Software
Topic: SBL2e & Email
Replies: 5
Views: 2891

Re: SBL2e & Email

I thought that project was complete, it is not.

I'm out of the office next week and my list of commitments to complete before I leave is larger than I can get done.
I'll try and get another engineer to finish that project.
Its possible it may not be complete before I return and can review it.

Paul
by pbreed
Tue Aug 03, 2010 3:23 pm
Forum: NetBurner Software
Topic: SBL2e & Software Update on Post
Replies: 5
Views: 2878

Re: SBL2e & Software Update on Post

The report at the end of the build should have the Flash and RAM stats.


******************************Build summary ******************************
Used 64404 bytes of 229376 availible flash (28.08%)
Used 21312 bytes of 31488 availible ram (67.68%)
NNDK release tag version:Rel24_rc2
by pbreed
Tue Aug 03, 2010 3:20 pm
Forum: NetBurner Software
Topic: SBL2e & Email
Replies: 5
Views: 2891

Re: SBL2e & Email

With he SBL2E assume that none of the code for the larger netburner platforms can come across unmodified. The SBL2E is low cost, but for equavlant apps I would expect 4X as much developer time with the SBL2E as the larger platforms. So unless you are shipping thousands of units you will never recoup...
by pbreed
Mon Aug 02, 2010 10:00 am
Forum: NetBurner Software
Topic: Proper Queue usage
Replies: 17
Views: 7836

Re: Proper Queue usage

My error, the compiler used to let you cast any 32 bit (ie 4 byte) chunk as a void *. Every time we update the complier it gets pickier. You can't pass the pointer to the float as the float is then on the stack and or if static there is only one float. If you want pass floats where each float is uni...
by pbreed
Fri Jul 30, 2010 4:26 pm
Forum: NetBurner Software
Topic: email message body missing
Replies: 2
Views: 1889

Re: email message body missing

On the variable test web screen what value does the body have?
(Also what is your code version)
Paul