Git Product home page Git Product logo

lotus-vsic-check's Introduction

lotus-vsic-check's People

Contributors

tomtastic avatar

Watchers

 avatar  avatar

lotus-vsic-check's Issues

Not clear which vehicles are chosen

It's not clear which vehicles are being retrieved and shown information for.

Currently :
"EVORA S (ROW) '12-'15"
"EVORA NA (ROW) '12-'15"
"EXIGE S (ROW) '12-'16"

Make it possible to choose America/Canada/RestOfWorld, or manual/automatic ?

Integrate with Device::ELM327 to check actual CRP

We could grab the actual CRP version using an ELM327 compatible dongle :

use Device::ELM327;
my $port='/dev/tty.OBDLinkMX-STN-SPP';
my $obd = Device::ELM327->new($port, $debug_level);
if ($obd->PortOK() != 1) {
  die "Can't open $port: $!\n";
}
$obd->Show("ECUNAME");
$obd->Show("Vehicle Identification Number");
$obd->Show("Calibration Identifications");

Swap out regex for xpath?

Is there a better way to scrape the page than using the CRP regex?
Matching string beginning on ''' is flakey at best...

regex:
m/('.*([[:upper:]][[:digit:]]{3}[[:upper:]][[:digit:]]{4}))/

xpath:
//*[@id="block-system-main"]/div/div[2]/table/tbody/tr[1]/td[7]

selector path:
#block-system-main > div > div.view-content > table > tbody > tr.odd.views-row-first > td.views-field.views-field-field-crp-file

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.