Re: [Twisted-Python] txThings - simple library for CoAP protocol

2013-11-24 Thread Ron Segal
Maciej Wasilak gmail.com> writes: > > Ron, > > > Following with interest.  Seeking a CoAP Python client capability that includes: > - Support for IPV6 to talk directly to server motes in constrained 6LoWPAN > WSNs. (the large IPV6 address space is for me intrinsic to the IoT concept) > - Secur

Re: [Twisted-Python] txThings - simple library for CoAP protocol

2013-11-23 Thread Phil Mayers
On 23/11/13 12:03, Maciej Wasilak wrote: 3. There is a problem with txThings IPv6 server, because in most operating systems source address of datagram is determined in round robin fashion. It may cause the source address of the response to be different than destination address of the request.

Re: [Twisted-Python] txThings - simple library for CoAP protocol

2013-11-23 Thread Maciej Wasilak
Ron, Following with interest. Seeking a CoAP Python client capability that > includes: > - Support for IPV6 to talk directly to server motes in constrained 6LoWPAN > WSNs. (the large IPV6 address space is for me intrinsic to the IoT concept) > - Security for the same, so presumably DTLS. > Both o

Re: [Twisted-Python] txThings - simple library for CoAP protocol

2013-11-22 Thread Ron Segal
Tobias Oberstein tavendo.de> writes: > > > > E.g., as a start, we could have a dedicated page on the Twistedmatrix > > > Web site "Twisted for Things" for intro and collecting links, articles > > > etc > > > > Fun fact: the very first class in the very first thing that would eventually > > beco

Re: [Twisted-Python] txThings - simple library for CoAP protocol

2013-10-07 Thread Tobias Oberstein
> > E.g., as a start, we could have a dedicated page on the Twistedmatrix > > Web site "Twisted for Things" for intro and collecting links, articles > > etc > > Fun fact: the very first class in the very first thing that would eventually > become Twisted was called "Thing". ;-) What a prevision;

Re: [Twisted-Python] txThings - simple library for CoAP protocol

2013-10-07 Thread Glyph
On Oct 6, 2013, at 4:11 AM, Tobias Oberstein wrote: >>> If above sounds OT for this list, in one way probably, but when looking from >>> the angle: competitive advantage of Python/Twisted and opportunities for >>> expanding the community and actively promoting Twisted, I'd say it's on >>> topic

Re: [Twisted-Python] txThings - simple library for CoAP protocol

2013-10-06 Thread Tobias Oberstein
>>If above sounds OT for this list, in one way probably, but when looking from >>the angle: competitive advantage of Python/Twisted and opportunities for >>expanding the community and actively promoting Twisted, I'd say it's on >>topic. >While I appreciate showing respect for the list membership's

Re: [Twisted-Python] txThings - simple library for CoAP protocol

2013-10-05 Thread Glyph
On Oct 5, 2013, at 3:12 PM, Tobias Oberstein wrote: > If above sounds OT for this list, in one way probably, but when looking from > the angle: competitive advantage of Python/Twisted and opportunities for > expanding the community and actively promoting Twisted, I'd say it's on > topic. While

Re: [Twisted-Python] txThings - simple library for CoAP protocol

2013-10-05 Thread Tobias Oberstein
> I would like to announce the first release of txThings. It is a simple library > for Constrained Application Protocol (CoAP). CoAP is a relatively new protocol > designed for "Internet of Things" and M2M communications. Cool! > Internet of Things is currently very interesting field of developm

Re: [Twisted-Python] txThings - simple library for CoAP protocol

2013-09-20 Thread Glyph
On Sep 20, 2013, at 1:54 AM, Maciej Wasilak wrote: > I would like to announce the first release of txThings. It is a simple library > for Constrained Application Protocol (CoAP). CoAP is a relatively new protocol > designed for "Internet of Things" and M2M communications. Thanks for sharing thi