Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
EXAMPLE_NAME := fido

.NOTPARALLEL:

all: | start-sim attach finish-message

.PHONY: finish-message
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# USB/IP Simulation

This runner allows using USB/IP as a means to simulate device connection
This library allows using USB/IP as a means to simulate device connection
to the OS, and should allow faster development of the embedded applications.

Remarks:
- Extensible with CTAP apps: currently FIDO and Admin are active;
- Does not work with Firefox at the moment;
- Does not work with Firefox' CTAP1 at the moment;
- Allows to inject own FIDO certificates, and device properties;
- Mostly stable CCID support (WIP);
- Requires multiple `usbip attach` calls to make it work [1].

[1] https://github.com/Sawchord/usbip-device#known-bugs
Expand All @@ -15,7 +16,7 @@ Remarks:

USB/IP tools are required to work, as well as kernel supporting it.

On Fedora these could be installed with:
On Fedora Linux these could be installed with:
```
make setup-fedora
```
Expand Down

This file was deleted.