From c371fe688dbad4c53635905d3471a01c185e811d Mon Sep 17 00:00:00 2001 From: George Hotz Date: Wed, 13 Dec 2017 15:24:57 -0800 Subject: [PATCH] update panda readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 79969b3..75424f9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To install the library: # pip install pandacan ``` -See [this class](https://github.com/commaai/panda/blob/master/panda/__init__.py#L80) for how to interact with the panda. +See [this class](https://github.com/commaai/panda/blob/master/python/__init__.py#L80) for how to interact with the panda. For example, to receive CAN messages: ``` @@ -42,10 +42,10 @@ Software interface support As a universal car interface, it should support every reasonable software interface. -- User space (done) -- socketcan in kernel (alpha) -- ELM327 (planned) -- Windows J2534 (planned) +- User space ([done](https://github.com/commaai/panda/tree/master/python)) +- socketcan in kernel ([alpha](https://github.com/commaai/panda/tree/master/drivers/linux)) +- ELM327 ([done](https://github.com/commaai/panda/blob/master/boardesp/elm327.c)) +- Windows J2534 ([alpha](https://github.com/commaai/panda/tree/master/drivers/windows)) Directory structure ------