0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow using this library on system without usocket module (#12) More... 2 months ago
Allow the instance to be client and server. (#8) More... about 2 years ago
Fix typo (#7) More... about 3 years ago
Merge branch 'master' of https://github.com/insighiot/microCoAPy More... about 3 years ago
refactoring on relative imports More... over 3 years ago
Update README with Pycom firmware version dependencies for custom sockets More... over 3 years ago
update Pycom NBIoT example to use microATsocket project for data communication More... about 4 years ago
Merge branch 'master' of https://github.com/insighiot/microCoAPy More... about 4 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 4 years ago
Refactoring on PycomATSocket. sendto function arguments comply now to the typical socket.sendto(bytes,address) where address is (ip,port) More... about 4 years ago
Update README: added missing links from new paragraphs More... about 4 years ago
Updated README file to include the custom socket based on AT commands for Pycom. More... about 4 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 4 years ago
Add option to discard retransmissions and option to disable debug messages More... about 4 years ago
fix naming of NON confirmable functions More... about 4 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... about 4 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... about 4 years ago
Support Separate response (rfc7252 #5.2.2) More... about 4 years ago
add packet token to the request/response of server. More... about 4 years ago
@ CoapPacket (#5) More... over 4 years ago
Added info on the renamed variable names. More... over 4 years ago
Merge branch 'master' of https://github.com/insighiot/microCoAPy More... over 4 years ago
@ CoapPacket rename self.code to self.method rename self.contentType to self.content_format More... over 4 years ago
Added documentation references in README file More... over 4 years ago
Merge pull request #3 from insighio/IN-224-support-esp8266 More... over 4 years ago
Updated README with latest changes on custom sockets and added table of contents More... over 4 years ago
updated the main.py for convenience to have the names of all the example applications already inside More... over 4 years ago
Merged the files for ESP32 and ESP8266 as they operate equally More... over 4 years ago
Update on README to use the new import method Added a CoAP server example for ESP devices More... over 4 years ago
Update on README to use the new import method Added a CoAP server example for ESP devices More... over 4 years ago