Skip to content

Commit 9420940

Browse files
committed
docs: Add more acknowledgements and projects that use spectrum to README
1 parent 61cc048 commit 9420940

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,17 @@ When using the library, you must add `overflow-checks = false` to your dev profi
8989
overflow-checks = false
9090
```
9191

92+
## Projects using Spectrum
93+
94+
We value community contributions and would love to see your projects that use Spectrum! Hop on board and add your project to the list below!
95+
96+
- [Spectro PCAP Server](https://github.com/Wuthery/spectro-pcap-server) by [Wuthery Team](https://github.com/Wuthery) - API server for parsing capture files into importable JSON game data; used for [Wuthery Website](https://wuthery.com);
97+
9298
## Acknowledgements
9399

94-
Special thanks to [IceDynamix](https://github.com/IceDynamix) and all the [contributors](https://github.com/IceDynamix/reliquary/graphs/contributors) of [reliquary](https://github.com/IceDynamix/reliquary) repo, which was used as a reference for Spectrum's implementation.
100+
Special thanks to [IceDynamix](https://github.com/IceDynamix) and all the [contributors](https://github.com/IceDynamix/reliquary/graphs/contributors) of [reliquary](https://github.com/IceDynamix/reliquary) repo, which was used as a reference for Spectrum's implementation.
101+
102+
[Pktmon](https://github.com/emmachase/pktmon) and [pcap](https://github.com/rust-pcap/pcap) are two great rust crates for sniffing game packets. Kudos to [emmachase](https://github.com/emmachase) and [pcap crate contributors](https://github.com/rust-pcap/pcap/graphs/contributors) for their work.
95103

96104
## License
97105

0 commit comments

Comments
 (0)