You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest a communication implementation in Lua just like Bizhawk does (the comm library). I suppose the most common use case would be sockets, so that seems like a good starting point. Lua already has a pretty known socket library named LuaSocket, so libTAS could "just" wrap it with common functions like BizHawk does.
I could try to implement this by myself. I think I would need some guidelines on how to get some data, but I can get by Lua.
The text was updated successfully, but these errors were encountered:
I suggest a communication implementation in Lua just like Bizhawk does (the
comm
library). I suppose the most common use case would be sockets, so that seems like a good starting point. Lua already has a pretty known socket library named LuaSocket, so libTAS could "just" wrap it with common functions like BizHawk does.I could try to implement this by myself. I think I would need some guidelines on how to get some data, but I can get by Lua.
The text was updated successfully, but these errors were encountered: