A UDP socket implementation for Pycom devices based on Sequans AT commands that supports IPv6
Stars
5
Forks
0
Watchers
5
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
22
commits
replaced calls to machine.idle with utime.sleep_ms
49fc47eView on GitHubupdate DNS-Client version and update dns example to have better error detection
3332881View on GitHubchanged the detection of connection status plus some refactorings
bb29399View on GitHubcreated list of streams and dynamically assign to new socket the call of getaddrinfo
921610eView on GitHubUpdated all examples to align with the code changes
ce1f713View on GitHubmoved dns_query folder from the examples to main folder as it will be used in the core code.
105990bView on GitHubAdded README file for examples folder noting the requirement of external libraries as git submodules
187dc2eView on GitHubDeactivating timeout argument in send_at_cmd as it is not supported by the default Pycom firmware
ef7f597View on GitHubadded DNS-Client as submodule used in DNS resolve test
1c0d826View on GitHub