Search found 19 matches

by addonray
Thu May 17, 2018 2:54 pm
Forum: NetBurner Software
Topic: Use of custom IO functions on non-custom fds
Replies: 1
Views: 1499

Use of custom IO functions on non-custom fds

Hi, Is it safe to use functions like SetHaveError() on a "regular" fd, to fire Select()? Such as with a TCP socket, where Select blocks forever in a high priority task, and a lower priority task is checking enet0.EtherLink() for LAN cable integrity, finds it bad, and calls SetHaveError() f...
by addonray
Sun Feb 18, 2018 1:43 pm
Forum: NetBurner Software
Topic: IPSetup and AutoUpdate Wrappers
Replies: 2
Views: 2063

Re: IPSetup and AutoUpdate Wrappers

Thank you, Tom. I didn't realize the source was provided.

Regards,

Ray
by addonray
Sat Feb 17, 2018 10:10 am
Forum: NetBurner Software
Topic: IPSetup and AutoUpdate Wrappers
Replies: 2
Views: 2063

IPSetup and AutoUpdate Wrappers

Would NetBurner consider supplying their program update exe's as .Net assemblies or similar, so developers could wrap that functionality into their own custom setup apps? For instance, we have a .Net app that sends user list, settings (a "system profile"), etc. into the file system. Would ...
by addonray
Sat Dec 16, 2017 11:55 am
Forum: NetBurner Software
Topic: TcpGetLastRxTime
Replies: 4
Views: 2488

Re: TcpGetLastRxTime

If the keepalives were sent from the client (instead of being generated by the Netburner module), would TcpGetLastRXTime still record the times the remote keepalives arrived? This would be a .NET client with Dart's Sockets for .NET (MS implementation under the hood). If this was the case, I could ju...
by addonray
Sat Dec 16, 2017 8:06 am
Forum: NetBurner Software
Topic: TcpGetLastRxTime
Replies: 4
Views: 2488

Re: TcpGetLastRxTime

Thank you, sulliwk06. I'll put code in there to space the outgoing keepalives at 1 or 2 second intervals to go easy on the TCP stack.

Ray
by addonray
Thu Dec 14, 2017 12:23 pm
Forum: NetBurner Software
Topic: TcpGetLastRxTime
Replies: 4
Views: 2488

TcpGetLastRxTime

Hi, The docs state that TcpGetLastRxTime shouldn't be called more than once per second. Is that on a per-fd basis, or for any fd? I have 18 clients to do Keepalives with and need to know if I can use TcpGetLastRxTime in a loop for those clients. I expect to do keepalives about every 30 seconds. Than...
by addonray
Tue Sep 26, 2017 3:48 pm
Forum: NetBurner Software
Topic: TCP ASCII Mode
Replies: 2
Views: 1781

Re: TCP ASCII Mode

Thank you, Tom.
by addonray
Tue Sep 26, 2017 12:09 pm
Forum: NetBurner Software
Topic: TCP ASCII Mode
Replies: 2
Views: 1781

TCP ASCII Mode

Hi,

I'm porting a Rabbit project to NetBurner - wondering if there's a way to set the TCP sockets to ASCII mode for easier porting. Rabbit has sock_gets(), sock_puts(), etc. that append or strip CR LF characters from the end of strings.

Thanks,

Ray
by addonray
Wed Apr 26, 2017 10:39 am
Forum: NetBurner Software
Topic: EtherLink behavior
Replies: 5
Views: 3663

Re: EtherLink behavior

It's the release version, Paul.

Thanks,

Ray
by addonray
Tue Apr 25, 2017 5:34 am
Forum: NetBurner Software
Topic: File Descriptor RX Buffer Count and TCP Preread
Replies: 4
Views: 2556

Re: File Descriptor RX Buffer Count and TCP Preread

Thanks for that advice, Paul. I'll do some experiments with Select. I'm porting from a Round-Robin system so much is sure to change.

Regards,

Ray