Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added CoAP socket #4334

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Added CoAP socket #4334

wants to merge 4 commits into from

Commits on Mar 24, 2024

  1. CoAP socket implementation, client and server

    Fixing response payload
    
    Some docstring and bug fixes.
    
    Finished CoAP server logic implementation
    
    Added client interaction
    
    Client/Server done.
    
    Added delayed response handling
    
    Fixing small problems
    
    Unit tests
    
    Documentation
    eHonnef committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    aeb746a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Code reviews:

    - Moved the defines/enumerators to coap.py
    - Changed the send() function to match the SuperSocket declaration
    - Updated unit tests
    eHonnef committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    f6b86b5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    1703df8 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Code review:

    - Implemented coap.answers function
    - Fixed some types
    - Remove unnecessary override
    - Changed sr and sr1 functions signatures.
    eHonnef committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    73ce0b0 View commit details
    Browse the repository at this point in the history