To save you a click: this is not about being able to drive the car.
Show HN: Control your Hyundai car with Python
11–20 of 60 posts
Re: Show HN: Control your Hyundai car with Python
#12Thank god we have normal cars as I have never understood the appeal of a smart car since everything a smart car can do can be done with a halfway decent smartphone. * by smart car, I am not talking about self driving cars, I am talking about the gimmick of running some Android and iOS apps on one's car
Re: Show HN: Control your Hyundai car with Python
#13Thank god we have normal cars as I have never understood the appeal of a smart car since everything a smart car can do can be done with a halfway decent smartphone. * by smart car, I am not talking about self driving cars, I am talking about the gimmick of running some Android and iOS apps on one's car
Re: Show HN: Control your Hyundai car with Python
#14Thank god we have normal cars as I have never understood the appeal of a smart car since everything a smart car can do can be done with a halfway decent smartphone. * by smart car, I am not talking about self driving cars, I am talking about the gimmick of running some Android and iOS apps on one's car
Re: Show HN: Control your Hyundai car with Python
#15Thank god we have normal cars as I have never understood the appeal of a smart car since everything a smart car can do can be done with a halfway decent smartphone. * by smart car, I am not talking about self driving cars, I am talking about the gimmick of running some Android and iOS apps on one's car
A disconnected car is a requirement by any parameter of sanity given considerations of security including privacy, within a basic right of rejection of absurdity: but for how long will the "privilege" of avoiding lunacy will be granted?
In Europe already one has to have law-mandated (in terms of shipment) hardware modules removed (the "e-call"). For how long non-connected cars will be available on the market? It is even possible that some rogue legislating body will decide that some connected feature should be mandated...
Re: Show HN: Control your Hyundai car with Python
#16It reminds me of the slightly funny incident when my brother's boss got stuck midway on the road to his destination, because his Fiskar Karma was having a firmware update
Re: Show HN: Control your Hyundai car with Python
#17This is cool (and terrifying)! :-)
I remember being excited when I could remotely control the lights on my table from school (fun little arduino/rpie + led project).
Now we remotely control cars with REST... Indeed cool and terrifying!
Re: Show HN: Control your Hyundai car with Python
#18Re: Show HN: Control your Hyundai car with Python
#19You can send messages through ble or their cloud api / gsm. The app needed to first acquire a token to successfully establish a ble connection.
I'm not saying you can't buffer overflow through ble messages but at least the authentication was solid.
Re: Show HN: Control your Hyundai car with Python
#20Can someone ELI5 how this works? I understand it's sending requests to some API on some server, but what I don't get is how the car receives these commands. What does the entire end-to-end network look like?