python-can-remote icon indicating copy to clipboard operation
python-can-remote copied to clipboard

CAN over network bridge for Python

Results 26 python-can-remote issues
Sort by recently updated
recently updated
newest added

This addresses the issue linked here https://github.com/christiansandberg/python-can-remote/issues/34 The solution here isn't mine it was made by @Ivesvdf I just made it into a PR because it is still a problem...

Dear, After I run test code from master bran I found error from client side ``` Traceback (most recent call last): File "/home/user/test2.py", line 18, in bus.shutdown() File "/home/user/env/lib/python3.10/site-packages/can_remote/client.py", line...

Hi, I was playing a bit with the python-can and python-can-remote tools. Server Side: ``` .local/pipx/venvs/python-can/bin/python -m can_remote --interface=socketcan --channel=can0 --bitrate=500000 2023-12-01 20:07:42,075 Logging set to DEBUG 2023-12-01 20:07:42,088 Server...

On initialization of RemoteBus I get an exception on this line because it can not convert BusState to json: https://github.com/christiansandberg/python-can-remote/blob/5e76930cb336da21ebcd1f675a8bece3f6bb5308/can_remote/protocol.py#L66 BusState is defined here: https://github.com/hardbyte/python-can/blob/develop/can/bus.py#L22 How could that be fixed?...

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [css-loader](https://github.com/webpack-contrib/css-loader), [file-loader](https://github.com/webpack-contrib/file-loader), [style-loader](https://github.com/webpack-contrib/style-loader), [vue-loader](https://github.com/vuejs/vue-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `json5` from 1.0.1 to 2.2.3 Release...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.5.2 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip...

dependencies

本次改动主要为了适用以下场景: 当目标BUS是独占打开时(也就是只能被一个进程打开时), 想通过多个进程相互通讯(例如UDS Client和UDS Server)并且有一个`监视界面`(例如web页面), 就限制了目标BUS只能打开一次,且生命周期等同于打开进程(对应RemoteServer). 每个连上的RemoteClient都能收到目标BUS所收到Message的副本, 且通过线成抢占发送Message.

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies