Skip to content

Commit

Permalink
TimeoutLock less HWP PMX agent (#604)
Browse files Browse the repository at this point in the history
* draft of new hwp_pmx

* debug in UTokyo  setup

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* flake8

* int-test

* fix tasks

* fix shutdown mode

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* more robust connection to PMX

* fix typo

* fix doc

* Fix tests and other small changes

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* flake8

* Use callFromThread on deferred

* clear queue in blockingCallFromThread

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jack Lashner <[email protected]>
  • Loading branch information
3 people authored Jan 8, 2024
1 parent 64e16ec commit bab96fe
Show file tree
Hide file tree
Showing 5 changed files with 324 additions and 327 deletions.
4 changes: 2 additions & 2 deletions docs/agents/hwp_pmx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ An example site-config-file block::
'instance-id': 'hwp-pmx',
'arguments': [['--ip', '10.10.10.100'],
['--port', '5025'],
['--mode', 'acq'],
['--sampling-frequency', 1],]},
['--sampling-frequency', 1],
['--supervisor-id', 'hwp-supervisor']]},

Docker Compose
``````````````
Expand Down
Loading

0 comments on commit bab96fe

Please sign in to comment.