Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-23 | Send `Target.getTargets` message | Teddy Wing | |
Add a `sleep` just in case we need that to have time to print the message. Use the `jsown` project for JSON encoding and decoding. | |||
2021-01-23 | Define Lisp package | Teddy Wing | |
Define the package so we can define things inside it. | |||
2021-01-23 | main.lisp: Update testing WebSocket URL | Teddy Wing | |
2021-01-20 | Add a foundation for a Common Lisp version | Teddy Wing | |
Trying to see if I can write the program in Common Lisp. Learned how to set up an .asd project file and started with some websocket client code based on the example in: https://github.com/fukamachi/websocket-driver#client-side Need to work out how to set up JSON interaction. |