Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ROBOTIS-GIT/DynamixelSDK
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: robotstack-dev/dynamixel-python-sdk-websockets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 1,390 files changed
  • 2 contributors

Commits on Nov 11, 2024

  1. feat: add websocket-client as port option (python only)

    fix(serial port): default to standard baud 115200 to prevent IOCTL error
    nsted committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a668702 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Add basic info about fork
    nsted authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    27007f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Add support for sending text

    - Fix version number
    - Update Readme
    nsted committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    8968a3a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. Websocket and Serial port now hot swappable

    - Add port_handler_factory for automatically detecting and selecting port type
    - Fix websocket emulation of serial like FIFO buffer
    nsted committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    cc573e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

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

Commits on Jan 6, 2025

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

Commits on Jan 7, 2025

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

Commits on Jun 25, 2025

  1. Update package configuration and dependencies - Fix websocket depende…

    …ncy to use websocket-client - Remove pip installation instructions from README - Update setup.py with better metadata - Update port numbers in test files to 8080 - Add MANIFEST.in for package distribution
    nsted committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    3cef6e3 View commit details
    Browse the repository at this point in the history
Loading