A new remote control plugin is out today!

Started by 2b2ttianxiu, Jul 22, 2024, 07:36 AM

Previous topic - Next topic

2b2ttianxiu

There is a new remote control plugin

Source Code:
https://github.com/tianxiu2b2t/VCMPAPISocket

Descripton:
  Using curl and easywsclient to handle the communication between the server and the client can provide developers with more development space, such as connecting to a Python-controlled server, transmitting player content, and so on.
This is a sample script(attachment): https://github.com/tianxiu2b2t/VCMPAPISocket/releases/v1.0.0

server.cfg:

vcmp_url https://xxxxxx.com:8192
vcmp_id (vcmp_id, you can generate a string for it)
vcmp_secret (vcmp_secret, you can generate a string for it)
vcmp_debug (vcmp_id, you can generate a string for it)

tip: WebSocket must not tls/ssl connection
Because easywsclient not support tls/ssl.


2b2ttianxiu

log: Fix gbk and utf-8 string encoding.
log: Version up to v1.0.1