Sending binary websocket frames
osmarks opened this issue ยท 6 comments
I'd like to be able to send binary messages over websockets. In the absence of any real difference between byte arrays and strings in CC Lua, this would probably involve giving websockets a sendBinary
method or making send
take an optional second argument indicating binary mode.
I had to find this feature in the java source, where is good documentation for this?
Great, thanks @Lemmmy, I was looking for a wiki website and didn't consider Github's wiki.
That's the original computercraft though, correct? Which is outdated and mostly forelorn?