|
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 | +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 3 | +<head> |
| 4 | + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
| 5 | + <title>libusb</title> |
| 6 | + <link rel="stylesheet" type="text/css" href="style.css" /> |
| 7 | +</head> |
| 8 | +<body> |
| 9 | + <div class="header"> |
| 10 | + <p> |
| 11 | + <a href="http://libusb.info"><img style="vertical-align:middle" src="images/logo-160.png" alt="libusb"/></a> A cross-platform user library to access USB devices |
| 12 | + <br> |
| 13 | + </p> |
| 14 | + </div> |
| 15 | + <div class="menu"> |
| 16 | + <ul> |
| 17 | + <li><a href="http://sourceforge.net/projects/libusb/" id="current">About</a> |
| 18 | + </li> |
| 19 | + <li><a href="http://sourceforge.net/projects/libusb/files/">Downloads</a> |
| 20 | + <ul> |
| 21 | + <li><a href="http://sourceforge.net/projects/libusb/files/latest/download?source=files">Latest Source (tarball)</a></li> |
| 22 | + <li><a href="http://sourceforge.net/projects/libusb/files/releases/1.0.17/binaries/">Latest Windows Binaries</a></li> |
| 23 | + <li><a href="http://sourceforge.net/projects/libusb/files/releases/">Other Releases</a></li> |
| 24 | + </ul> |
| 25 | + </li> |
| 26 | + <li><a href="http://libusb.sourceforge.net/api-1.0/">Documentation</a> |
| 27 | + <ul> |
| 28 | + <li><a href="http://libusb.sourceforge.net/api-1.0/">libusb API (v1.0)</a></li> |
| 29 | + <li><a href="https://github.com/libusb/libusb/wiki">Wiki</a></li> |
| 30 | + <li><a href="https://github.com/libusb/libusb/wiki/FAQ">FAQ</a></li> |
| 31 | + </ul> |
| 32 | + </li> |
| 33 | + <li><a href="https://github.com/libusb/libusb/issues">Support</a> |
| 34 | + <ul> |
| 35 | + <li><a href="https://lists.sourceforge.net/lists/listinfo/libusb-devel">Post to Mailing List</a></li> |
| 36 | + <li><a href="http://sourceforge.net/p/libusb/mailman/search/?mail_list=libusb-devel">Search Mailing List</a></li> |
| 37 | + <li><a href="http://sourceforge.net/p/libusb/mailman/libusb-devel/">Mailing List Archives</a></li> |
| 38 | + <li><a href="https://github.com/libusb/libusb/issues/new">Report New Issue</a></li> |
| 39 | + <li><a href="https://github.com/libusb/libusb/issues?sort=created&state=open">Search Existing Issues</a></li> |
| 40 | + </ul> |
| 41 | + </li> |
| 42 | + <li><a href="https://github.com/libusb/libusb">Development</a> |
| 43 | + <ul> |
| 44 | + <li><a href="https://github.com/libusb/libusb/issues/milestones?direction=asc&sort=due_date">Roadmap</a></li> |
| 45 | + <li><a href="https://github.com/libusb/libusb/commits/master">Git Log</a></li> |
| 46 | + <li><a href="https://github.com/libusb/libusb/wiki#wiki-Accessing_the_Source">Git Access</a></li> |
| 47 | +<!-- <li><a href="#">Sending Patches</a></li> --> |
| 48 | + </ul> |
| 49 | + </li> |
| 50 | + </ul> |
| 51 | + </div> |
| 52 | + <div class="main"> |
| 53 | + <h2>Overview</h2> |
| 54 | + <p><b>libusb</b> is a C library that provides generic access to USB devices. It is intended to be used by developers to facilitate the production of applications that communicate with USB hardware.</p> |
| 55 | + <p>It is <b>portable</b>: Using a single cross-platform API, it provides access to USB devices on Linux, OS X, Windows and OpenBSD.</p> |
| 56 | + <p>It is <b>user-mode</b>: No special privilege or elevation is required for the application to communicate with a device.</p> |
| 57 | + <p>It is <b>version-agnostic</b>: All versions of the USB protocol, from 1.0 to 3.0 (latest), are supported.</p> |
| 58 | + <h2>What platforms are supported</h2> |
| 59 | + <p>Linux, OS X, Windows, Windows CE, Android, OpenBSD/NetBSD.</p> |
| 60 | + <h2>Sounds good! How do I get started?</h2> |
| 61 | + <p>If you are using Linux, chances are your distribution already includes libusb, so you probably just need to reference the libusb header in your source.</p> |
| 62 | + <p>For other platforms, or if you want to use the very latest, you are encouraged to recompile from source. Please check the Downloads menu.</p> |
| 63 | + <p>If you prefer, you can also access the source directly from <a href="https://github.com/libusb/libusb">github</a>.</p> |
| 64 | + <p>Once you have secured your access to the library and its header, please check the <a href="http://libusb.sourceforge.net/api-1.0/">libusb API</a> or the <a href="https://github.com/libusb/libusb/tree/master/examples">libusb samples</a>. |
| 65 | + <h2>What happened to the old site?</h2> |
| 66 | + <p>The old site is now obsolete. Please use <b><a href="http://libusb.info">libusb.info</a></b>. All of the libusb development has moved there.</p> |
| 67 | + <br/> |
| 68 | + <p><b>For any additional information, please consult the <a href="https://github.com/libusb/libusb/wiki/FAQ">FAQ</a> or the <a href="https://github.com/libusb/libusb/wiki">Wiki</a>.</b></p> |
| 69 | + </div> |
| 70 | + <div class="footer"> |
| 71 | + Copyright © 2012-2014 libusb<br/> |
| 72 | + CSS menu by <a href="http://www.cssmenumaker.com/">CSS menumaker</a> |
| 73 | + </div> |
| 74 | +</body> |
| 75 | +</html> |
0 commit comments