TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: MickD on March 13, 2024, 05:50:29 PM

Title: Web Sockets in AutoLisp - possible??
Post by: MickD on March 13, 2024, 05:50:29 PM
Hi All,

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

thanks,
Mick
Title: Re: Web Sockets in AutoLisp - possible??
Post by: MickD 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?