Search found 81 matches

by ckoehler
Tue Jun 15, 2010 11:25 am
Forum: NetBurner Software
Topic: updated examples
Replies: 4
Views: 2895

Re: updated examples

Just created an account with your support site and entered my board's serial number, but it doesn't show up anywhere. Could you maybe help me with this? Thanks!
by ckoehler
Mon Jun 14, 2010 1:18 pm
Forum: NetBurner Software
Topic: profiling
Replies: 14
Views: 9178

Re: profiling

Yeah that's what I want, but also take into account that maybe the packets don't come in fast enough through the serial, but this will work nicely to see if my processing just takes forever. Thanks!
by ckoehler
Mon Jun 14, 2010 9:37 am
Forum: NetBurner Software
Topic: updated examples
Replies: 4
Views: 2895

updated examples

Hi,

How do I get my hands on the new examples, specifically the tcp-keep-alive one? I guess my MOD5282 doesn't have those yet.

Thanks!

Christoph
by ckoehler
Mon Jun 14, 2010 9:16 am
Forum: NetBurner Software
Topic: profiling
Replies: 14
Views: 9178

Re: profiling

Alright, got a chance to test it, and it works great! Thanks a lot! Now the problem is that, throughout the task I thought was taking so long, the vast majority of calls are in the idle task. Counters are up in the hundreds around 02005ED4-02005EEX, everything else has 1-5 counts. Here is the code: ...
by ckoehler
Wed May 26, 2010 6:53 am
Forum: Off-Topic
Topic: no email notifications
Replies: 4
Views: 5643

Re: no email notifications

Yeah saw that, thanks. Still deciding if getting emails for everything is alright, but so far it's pretty low traffic.
by ckoehler
Tue May 25, 2010 3:54 pm
Forum: NetBurner Software
Topic: profiling
Replies: 14
Views: 9178

Re: profiling

Thank you sir, will give that a shot in a few days.
by ckoehler
Tue May 25, 2010 3:50 pm
Forum: Off-Topic
Topic: no email notifications
Replies: 4
Views: 5643

Re: no email notifications

Nope, it's never worked. I have it send stuff to my Google Mail, and there's nothing in the spam folder. Odd.
by ckoehler
Tue May 25, 2010 3:21 pm
Forum: NetBurner Software
Topic: Where to send UDP packet to?
Replies: 3
Views: 2579

Re: Where to send UDP packet to?

Thank you!

What are some best practices for working with UDP, like when the destination host isn't available anymore?

Christoph
by ckoehler
Tue May 25, 2010 12:30 pm
Forum: Off-Topic
Topic: no email notifications
Replies: 4
Views: 5643

no email notifications

Hello,

Any idea why I am not getting email notifications? I have them enabled, and my email address is right and all... Anyone else having this problem?

Thanks!

Christoph
by ckoehler
Tue May 25, 2010 12:10 pm
Forum: NetBurner Software
Topic: Where to send UDP packet to?
Replies: 3
Views: 2579

Where to send UDP packet to?

Hello, I am trying to rewrite a TCP/IP implementation into UDP for speed. I get the connection thing with TCP/IP, so I know how to get the client's IP address. How do I do that with UDP? I'd like the client(s) to connect to a port and the board to start sending data via UDP then. Can I get a list of...