Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jetmonk authored Feb 2, 2019
1 parent a540c1d commit 50009d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 6 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
This is free and unencumbered software released into the public domain.
The file trivial-utf-8-srpc.lisp has its own license in the source, in
accordance with the original author's requirements.

The remaining files are is free and unencumbered software released
into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
Expand All @@ -21,4 +25,4 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org>
For more information, please refer to <http://unlicense.org>
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ A hopefully secure SRPC package based on usocket (networking), ironclad (symmetr
```
(asdf:load-system "cl-srpc")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; On server side, do
(defparameter *server*
(make-instance 'cl-srpc:server
:cipher-args cl-srpc::*default-cipher* ;; or your own ironclad cipher
Expand All @@ -41,7 +36,9 @@ A hopefully secure SRPC package based on usocket (networking), ironclad (symmetr
````
### On client side
````
(asdf:load-system "cl-srpc")
````
#### Evaluate remotely and return immediately
````
Expand Down

0 comments on commit 50009d7

Please sign in to comment.