8000 socketcand Backend for python-can by domologic · Pull Request #1140 · hardbyte/python-can · GitHub
[go: up one dir, main page]

Skip to content

socketcand Backend for python-can #1140

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

Merged
merged 14 commits into from
Dec 6, 2021
Prev Previous commit
Next Next commit
Python code example was not displayed
  • Loading branch information
telkamp committed Nov 24, 2021
commit c78d98584785e97f306a667d475c7a80a8d5cb24
3 change 8AAF s: 2 additions & 1 deletion doc/interfaces/socketcand.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Here is a small example dumping all can messages received by a socketcand
daemon running on a remote Raspberry Pi:

.. code-block:: python
import can

import can

bus = can.interface.Bus(bustype='socketcand', host="10.0.16.15", port=29536, channel="can0")

Expand Down
0