31 lines
946 B
Plaintext
31 lines
946 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'Device Plugins: Community Supported'
|
|
description: A list of community supported Device Plugins.
|
|
---
|
|
|
|
# Community Supported
|
|
|
|
If you have authored a device plugin that you believe will be useful to the
|
|
broader Nomad community and you are committed to maintaining the plugin, please
|
|
file a PR to add your plugin to this page.
|
|
|
|
## Device Plugins
|
|
|
|
Nomad has a plugin system for defining task drivers. External device driver
|
|
plugins will have the same user experience as built in devices.
|
|
|
|
Below is a list of community-supported task drivers you can use with Nomad:
|
|
|
|
- [USB][usb]
|
|
|
|
## Authoring Device Plugins
|
|
|
|
Nomad has a plugin system for defining device drivers. External device plugins
|
|
will have the same user experience as built in drivers. For details on
|
|
authoring a device plugin, please refer to the [plugin authoring
|
|
guide][plugin_guide].
|
|
|
|
[plugin_guide]: /docs/internals/plugins
|
|
[usb]: /docs/devices/external/usb
|