Skip to content

Instantly share code, notes, and snippets.

@n8felton
Created July 20, 2012 21:36
Show Gist options
  • Save n8felton/3153410 to your computer and use it in GitHub Desktop.
Save n8felton/3153410 to your computer and use it in GitHub Desktop.
Testing daslib
#!/usr/bin/env php
<?php
require_once 'daslib.php';
$guid = generateGUID();
$applicationName = "dascli";
$serviceTag = "24BL3R1";
$serials = "DRX5WL1,HRX5WL1,FWX5WL1,9RX5WL1,CWX5WL1,GVX5WL1,9SX5WL1,CRX5WL1,7SX5WL1,CSX5WL1,BRX5WL1,BQX5WL1,DSX5WL1,6RX5WL1,6SX5WL1,JTX5WL1,7RX5WL1,9WX5WL1,2SX5WL1,3VX5WL1,DWX5WL1,DVX5WL1,BSX5WL1,JVX5WL1,5WX5WL1,4SX5WL1,8RX5WL1,5TX5WL1,GQX5WL1,DQX5WL1,9VX5WL1,FQX5WL1,7WX5WL1,6VX5WL1,2WX5WL1,FTX5WL1,9MB3NM1,CXNV6D1";
//$serials="DRX5WL1";
$das = new DasLib($guid,$applicationName,$serials);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment