HelpWizard Pages Start Protocols/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 22: | Zeile 22: | ||
* [[HelpWizard Pages Protocols SomeIP/en| SomeIP]] (SomeIP in automotive) |
* [[HelpWizard Pages Protocols SomeIP/en| SomeIP]] (SomeIP in automotive) |
||
* [[HelpWizard Pages Protocols CAN/en| CAN]] (CANbus in automotive) |
* [[HelpWizard Pages Protocols CAN/en| CAN]] (CANbus in automotive) |
||
* [[HelpWizard Pages Protocols ZeroMQ/en| ZeroMQ]] (ZeroMQ ) |
|||
Sample implementations using external frameworks: |
Sample implementations using external frameworks: |
Version vom 21. Juni 2023, 22:40 Uhr
Protocols
Expecco supports the most common communication protocols already in the base system; additional special protocols are provided by plugins or can be easily implemented by interfacing to external frameworks (written eg. in Python).
Contained in the base system (you find action blocks in the standard library under "Networking & Interfacing"):
- HTTP/HTTPS (web pages)
- FTP (file transfer)
- IMAP (mailbox access)
- SMTP (send mail)
- SSL (secure socket layer / encrypted connections)
- TCP/IP (low level TCP/IP)
Provided by plugins:
- Siemens S7 (access Siemens S7 PLC)
- OPC-UA (access PLC/HMI via OPC-UA)
- MQTT (MQTT in IOT/automotive)
- SomeIP (SomeIP in automotive)
- CAN (CANbus in automotive)
- ZeroMQ (ZeroMQ )
Sample implementations using external frameworks: