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

wss:// support #138

Open
wants to merge 7 commits into
base: upcoming/v1.1
Choose a base branch
from
Open

wss:// support #138

wants to merge 7 commits into from

Commits on Nov 28, 2023

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

Commits on Nov 29, 2023

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

Commits on Dec 4, 2023

  1. Changing mqtt padding from zeros to bytes (Ankermgmt#134)

    closes Ankermgmt#131 
    
    Starting with the new firmware releases to anker make printers in the
    past few weeks, MQTT no longer connects. There is a field in the mqtt
    msg that expects 11 zeroes. these 11 bytes are no longer all zeroes. I
    switched the protocol to expect just bytes here since we did nothing
    with the zeroes to begin with this should be a backwards compatible
    change.
    
    Pasted below is a snippet from my terminal printing out the padding
    field. you'll see 2 bytes in the middle of the 11 that are no longer
    zeros.
    
    ```
    [*] Padding: 0x0 0x0 0x0 0x3c 0x11 0x0 0x0 0x0 0x0 0x0 0x0
    [*] Padding: 0x0 0x0 0x0 0x95 0x15 0x0 0x0 0x0 0x0 0x0 0x0
    [*] Padding: 0x0 0x0 0x0 0xc6 0x20 0x0 0x0 0x0 0x0 0x0 0x0
    [*] Padding: 0x0 0x0 0x0 0x5c 0x1d 0x0 0x0 0x0 0x0 0x0 0x0
    [*] Padding: 0x0 0x0 0x0 0xa9 0x18 0x0 0x0 0x0 0x0 0x0 0x0
    [*] Padding: 0x0 0x0 0x0 0xfa 0xf 0x0 0x0 0x0 0x0 0x0 0x0
    [*] Padding: 0x0 0x0 0x0 0x99 0x21 0x0 0x0 0x0 0x0 0x0 0x0
    [*] Padding: 0x0 0x0 0x0 0xd6 0x15 0x0 0x0 0x0 0x0 0x0 0x0
    [*] Padding: 0x0 0x0 0x0 0x4c 0x9 0x0 0x0 0x0 0x0 0x0 0x0
    [*] Padding: 0x0 0x0 0x0 0x3d 0x13 0x0 0x0 0x0 0x0 0x0 0x0
    [*] Padding: 0x0 0x0 0x0 0xe3 0xb 0x0 0x0 0x0 0x0 0x0 0x0
    ```
    
    Screenshot showing all green on the web ui after my change
    <img width="1036" alt="image"
    src="https://github.com/Ankermgmt/ankermake-m5-protocol/assets/22949655/9efce17f-a1e2-44cc-b2a7-1550c211a10c">
    just-trey authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    bcf6855 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. wss:// support

    Added ability to use wss for ssl deployments (eg traefik/nginx proxy manager).
    snoj committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    11e3258 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 29, 2024

  1. 1.0.1 - Fix mqtt bug release (Ankermgmt#143)

    1.0.1 - Fix mqtt bug release
    chrivers authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0007f4a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

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