You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
Reverse engineering the USB protocol of the Fender Mustang LT series guitar amps.
3
3
4
4
## Protocol Documentation
5
-
Communication with the amp is over USB HID using protobuf. Documentation can be found [here](/Docs/Protocol.md)
5
+
Communication with the amp is over USB HID using [protobuf](https://github.com/protocolbuffers/protobuf). Documentation can be found [here](/Docs/Protocol.md)
6
6
7
7
## LtAmpDotNet
8
8
A .NET Core library for communicating with the amp. It uses [HidSharp](https://github.com/IntergatedCircuits/HidSharp) for cross-platfrom compatibility.
9
9
10
10
A cross-platform GUI is in the roadmap.
11
11
12
12
## Roadmap
13
-
Initally, this has been deceloped in dotnet to allow for quick scaffolding of the protocol.
13
+
Initally, this has been developed in .NET Core to allow for quick scaffolding of the protocol.
0 commit comments