Search found 4 matches

by jwormsley
Tue Jun 02, 2015 1:21 pm
Forum: NetBurner Software
Topic: NNDK 2.7.1 Beta release available
Replies: 6
Views: 9524

Re: NNDK 2.7.1 Beta release available

Is there any way to selectively disable different TLS versions? Can we, for instance, specify TLS 1.2 only connections, and refuse to connect to TLS 1.0 and TLS 1.1 servers?

Thanks,
Jeff.
by jwormsley
Mon Apr 01, 2013 12:29 pm
Forum: NetBurner Software
Topic: Software Architecture Advice
Replies: 4
Views: 4437

Re: Software Architecture Advice

Fortunately, I only ever get one burst that big, and it is requested, so I don't have to worry about them coming at random or back to back. While I do use both serial ports, fortunately I don't use them both at the same time, and each port uses a command/response type of communication, so I shouldn ...
by jwormsley
Mon Apr 01, 2013 10:56 am
Forum: NetBurner Software
Topic: Software Architecture Advice
Replies: 4
Views: 4437

Re: Software Architecture Advice

Unfortunately, it is very difficult to change the software on the other side to add flow control. The Lantronix device I am replacing was able to manage this, and from what I gather the Netburner is supposed to be much faster. The reason I'm dropping the Lantronix is because it could not make an SSL ...
by jwormsley
Mon Apr 01, 2013 9:13 am
Forum: NetBurner Software
Topic: Software Architecture Advice
Replies: 4
Views: 4437

Software Architecture Advice

I've got an app I need to build on an SB70LC. This app will use both serial ports running at 115200 with no handshaking. The Ethernet interface will have upwards of three sockets, one outbound (connection triggered by the state of an I/O line), and two inbound, one of which will only be listening ...