commit 6ddbfa0c31804fcc5e7f08456e25988646f02318 from: Omar Polo date: Wed Aug 04 09:15:34 2021 UTC adjust readme and mention 9ps commit - 333d8d7d011bafcc0f54e1cf91df9d5f6562963e commit + 6ddbfa0c31804fcc5e7f08456e25988646f02318 blob - 7ad4c051178ed8c5458ef00235c5764405c2e68d blob + 567669feffb4feceb2f59b2f6e693e045e4bea05 --- README.md +++ README.md @@ -1,7 +1,7 @@ # kamid -- 9p file server daemon -kamid is a FREE implementation of a 9p file server daemon for -UNIX-like systems. +kamid is a FREE, easy-to-use and portable implementation of a 9p file +server daemon for UNIX-like systems. ## Building @@ -39,6 +39,12 @@ listen on localhost port 1337 tls pki localhost auth < ``` +## Testing + +`ninepscript` is a custom DSL used to tests kamid. It's a fairly +simple scripting language built to simulate various scenarios. + + ## License kamid is released under a BSD-like license. The bulk of the code is