-
Notifications
You must be signed in to change notification settings - Fork 7
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
Blocklyprop Solo Rest API compatibility #112
Open
pbeyl
wants to merge
208
commits into
parallaxinc:master
Choose a base branch
from
pbeyl:blocklyprop-restapi
base: master
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…cklyPropClient into TK-Cloud-compile
Add exception handling to socket calls
Updated version (v0.5.1) and copyright in About text
…ist (wireless ports at bottom).
…nage wi-fi port list history, guarantee unique port identifiers, and make wi-fi ports persist beyond intermittent discovery dropouts. Some refactoring to match. Works but occasionally the wi-fi list is duplicated.
…o one. This allows Wi-Fi module names to be made unique among both wi-fi modules and wired ports as well. Also, simplified port discovery to a single call to PropLoader (instead of two separate calls) and created flag, try/finally block, and updated self.ports in just one place all to prevent the occasional parallel called server process from starting a port discovery process during another port discovery process and thus returning partial results to the browser. No more. Runs nice and clean!
…ire port records, instead of against just the UID field.
New PropLoader + Sorted Wired Port List
Port list stabilization
Updated proploader to v1.0-34 and bumped client version to v0.6.4
…Installer in Quiet mode when installer is running in Silent mode.
Updated Windows installer script to run embedded Parallax USB Driver …
Removed version from the package name created by the Mac platform pac…
… client and prepped for reception of b64-encoded data from web client.
…fast downloader when speed-related failure is detected. Adds RAM/EEPROM checksum failure message (instead of just Download Failed). Adds logic and more specific message when communication lost. Removed '-1' from Download Failed error; specific error codes appear prior to message when -c option is used.
Added base64 encoding
Updated PropLoader to v1.0-37
Fixed permissions on Mac's proploader; it wasn't executable.
…SE) options from web.
…or.minor.patch to web client 0.99+.
Enabled coded download messages
Implemented support for the blocklyprop solo rest api.
Handle terminal input, hide driver detection command prompt and auto start client listener.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This update aims to implement compatibility with BlocklyProp Solo REST API v1.
It seems older scribbler s2 hardware is not compatible with the latest Blocklyprop Launcher. GUI is now aged and since Blocklyprop client still uses proploader it works well to program the s2. Obviously python 2.7 is now deprecated but this still works and might offer a good option for other s2 users as well.