jebej/MatlabWebSock​et

Version 1.4.0.0 (171 ko) par Jeremy
A simple WebSocket library for Matlab.
1,6K téléchargements
Mise à jour 20 jan. 2021

MatlabWebSocket is a simple library consisting of a websocket server and client for MATLAB built on Java-WebSocket, a java implementation of the websocket protocol. Encryption is supported with self-signed certificates made with the java keytool.
Please see the documentation on Github:
https://github.com/jebej/MatlabWebSocket

Citation pour cette source

Jeremy (2024). jebej/MatlabWebSocket (https://github.com/jebej/MatlabWebSocket), GitHub. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2014b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Call Web Services from MATLAB Using HTTP dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Les versions qui utilisent la branche GitHub par défaut ne peuvent pas être téléchargées

Version Publié le Notes de version
1.4.0.0

- onMessage methods now receive fragmented messages (they are first collated)

1.2.0.0

- The MATLAB central version is at 1.2, which corresponds to the 1.0 release on Github (will fix this).
- The server is now be able to be closed and restarted on the same port
- WebSocketSecure (wss) is now supported via self-signed certificates

1.1.0.0

Added a client, renamed the JAR to be more general. Make sure you update the names in the java class path and in your m files!
Also wrapped the java objects in handles to avoid possible memory leaks.

1.0.0.0

Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.
Pour consulter ou signaler des problèmes liés à ce module complémentaire GitHub, accédez au dépôt GitHub.