Skip to content

Commit

Permalink
Update readme to use RFC instead of draft number
Browse files Browse the repository at this point in the history
  • Loading branch information
mwasilak committed Jul 13, 2014
1 parent 1e2fe80 commit 6597098
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ txThings - CoAP library for Twisted framework
txThings is a Python implementation of Constrained
Application Protocol (CoAP):

http://tools.ietf.org/html/draft-ietf-core-coap-18
http://tools.ietf.org/html/rfc7252



txThings is based on Twisted - asynchronous I/O
framework and networking engine written in Python.

Expand Down
2 changes: 1 addition & 1 deletion iot/coap.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
responses_rev = {v:k for k, v in responses.items()}

#=============================================================================
# coap-18, block-14, observe-11
# RFC7252, block-14, observe-11
#=============================================================================
# +-----+---+---+---+---+----------------+------------+--------+-------------+
# | No. | C | U | N | R | Name | Format | Length | Default |
Expand Down
2 changes: 2 additions & 0 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ class SeparateLargeResource(resource.CoAPResource):
later. Sending empty ACK happens automatically after coap.EMPTY_ACK_DELAY.
No special instructions are necessary.
Notice: txThings sends empty ACK automatically if response takes too long.
Method render_GET returns a deferred. This allows the protocol to
do other things, while the answer is prepared.
Expand Down

0 comments on commit 6597098

Please sign in to comment.