Author Topic: Web Sockets in AutoLisp - possible??  (Read 256 times)

0 Members and 1 Guest are viewing this topic.

MickD

  • King Gator
  • Posts: 3636
  • (x-in)->[process]->(y-out) ... simples!
Web Sockets in AutoLisp - possible??
« on: March 13, 2024, 05:50:29 PM »
Hi All,

Is there a way to open a web socket in AutoLisp?

thanks,
Mick
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien

MickD

  • King Gator
  • Posts: 3636
  • (x-in)->[process]->(y-out) ... simples!
Re: Web Sockets in AutoLisp - possible??
« Reply #1 on: March 13, 2024, 11:40:42 PM »
After further searching with no hints/luck it looks like I'll need to write a LispFunction in C# to handle this.

Next potential problem is: how big a string can I send in a result buffer string type?
"Programming is really just the mundane aspect of expressing a solution to a problem."
- John Carmack

"Short cuts make long delays,' argued Pippin.”
- J.R.R. Tolkien