HappyZ / dpt-tools

dpt systems study and enhancement
MIT License
565 stars 130 forks source link

Ways to Connect through USB ethernet #112

Closed jss-cmyk closed 1 year ago

jss-cmyk commented 5 years ago

dpt-tools uses wifi to call API. Is there a way to do it through USB? just like what DPA does.

HappyZ commented 5 years ago

janten had an intro to do this: https://github.com/janten/dpt-rp1-py/blob/master/docs/linux-ethernet-over-usb.md

I didn't add it to my implementation.

jss-cmyk commented 5 years ago

Great

jss-cmyk commented 5 years ago

janten had an intro to do this: https://github.com/janten/dpt-rp1-py/blob/master/docs/linux-ethernet-over-usb.md

I didn't add it to my implementation.

put an ipv6 addr in dpt-tools, not working. even hard-coded the base_url, still not working

HappyZ commented 5 years ago

which method you tried exactly didn't work? i can confirm his method works

jss-cmyk commented 5 years ago

ifconfig, find ipv6 address like [fe80::xxxxxx%en1]:8443, not working Using ddms software, the ipv6 address is different, but still not working. It says, unable to connect to host [fe80xxxx]

HappyZ commented 5 years ago

try to ping it, if you cannot ping, that means you did not do it right