From: Frans S. <fra...@gm...> - 2010-11-03 14:42:58
|
Dear René v Amerongen, The CLI for osx is somewhat difficult to access, since the binary is inside an .app package. If you realize that the .app is just a directory, you can access it and find the executable in usbpicprog.app/Contents/MacOS if you type: export PATH=$PATH:/Applications/usbpicprog.app/Contents/MacOS/ You can access the cli by typing e.g.: usbpicprog -h Kind regards, Frans Schreuder On 11/03/2010 01:15 PM, René v Amerongen wrote: > Hello, I could only find binaries, but is the tool also open source? > Is the source available? > > Also if I understands well, the tool is connecting with the cli program to do its thing ( programming reading etc ). Plus it got a library to the device info? > > Greetz > > RvA > ------------------------------------------------------------------------------ > Achieve Improved Network Security with IP and DNS Reputation. > Defend against bad network traffic, including botnets, malware, > phishing sites, and compromised hosts - saving your company time, > money, and embarrassment. Learn More! > http://p.sf.net/sfu/hpdev2dev-nov > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical |