-
Notifications
You must be signed in to change notification settings - Fork 38
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
snoj
wants to merge
7
commits into
Ankermgmt:upcoming/v1.1
Choose a base branch
from
snoj:wss-redo
base: upcoming/v1.1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
wss:// support #138
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5b526d5 - Browse repository at this point
Copy the full SHA 5b526d5View commit details
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c1bdf07 - Browse repository at this point
Copy the full SHA c1bdf07View commit details
Commits on Dec 4, 2023
-
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">
Configuration menu - View commit details
-
Copy full SHA for bcf6855 - Browse repository at this point
Copy the full SHA bcf6855View commit details
Commits on Dec 13, 2023
-
Added ability to use wss for ssl deployments (eg traefik/nginx proxy manager).
Configuration menu - View commit details
-
Copy full SHA for 11e3258 - Browse repository at this point
Copy the full SHA 11e3258View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8300a6 - Browse repository at this point
Copy the full SHA c8300a6View commit details
Commits on Jan 29, 2024
-
1.0.1 - Fix mqtt bug release (Ankermgmt#143)
1.0.1 - Fix mqtt bug release
Configuration menu - View commit details
-
Copy full SHA for 0007f4a - Browse repository at this point
Copy the full SHA 0007f4aView commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c938325 - Browse repository at this point
Copy the full SHA c938325View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.