0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Jun 27, 2025 — Jun 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of https://github.com/insighio/microCoAPy More... about 1 year ago
Added installation instructions, Solves #11, #14, #16. More... about 1 year ago
Added installation instructions More... about 1 year ago
increase version from v0.5.1 to v0.6.0 More... about 1 year ago
removed dependencies for standard packages in package.json More... about 1 year ago
test files to make mip work when installing file More... about 1 year ago
first try importing normal packages and then try u-prefixed modules More... about 1 year ago
writer: Fix option generation (#17) More... about 1 year ago
Allow using this library on system without usocket module (#12) More... over 2 years ago
Allow the instance to be client and server. (#8) More... over 4 years ago
Fix typo (#7) More... over 5 years ago
Merge branch 'master' of https://github.com/insighiot/microCoAPy More... over 5 years ago
refactoring on relative imports More... over 5 years ago
Update README with Pycom firmware version dependencies for custom sockets More... over 5 years ago
update Pycom NBIoT example to use microATsocket project for data communication More... about 6 years ago
Merge branch 'master' of https://github.com/insighiot/microCoAPy More... about 6 years ago
@microcoapy.sendPacket remove custom socket code, use IP address and port tuple as default argument to socket.sendto and wrap socket.getaddrinfo in case IPv6 address is provided. More... about 6 years ago
Refactoring on PycomATSocket. sendto function arguments comply now to the typical socket.sendto(bytes,address) where address is (ip,port) More... about 6 years ago
Update README: added missing links from new paragraphs More... about 6 years ago
Updated README file to include the custom socket based on AT commands for Pycom. More... about 6 years ago
Added example of Pycom (gpy) NBIoT example through custom socket and IPv6 Added implementation of a complete AT-command-based socket for gpy modem Edited case of calling the custom socket from microCoAPy callback More... about 6 years ago
Add option to discard retransmissions and option to disable debug messages More... over 6 years ago
fix naming of NON confirmable functions More... over 6 years ago
Added NON-Confirmable versions of Get, put, post functions Fixed poll function to properly return the status (if a message was received or not) More... over 6 years ago
Update README file - Fix the calls of sendResponse function to place correctly arguments: payload and token - where print is called, use packet.toString() More... over 6 years ago
Support Separate response (rfc7252 #5.2.2) More... over 6 years ago
add packet token to the request/response of server. More... over 6 years ago
@ CoapPacket (#5) More... over 6 years ago
Added info on the renamed variable names. More... over 6 years ago
Merge branch 'master' of https://github.com/insighiot/microCoAPy More... over 6 years ago