HelpWizard Pages Start Protocols/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 15: | Zeile 15: | ||
* [[HelpWizard Pages Protocols SMTP/en| SMTP]] (send mail) |
* [[HelpWizard Pages Protocols SMTP/en| SMTP]] (send mail) |
||
* [[HelpWizard Pages Protocols SSL/en| SSL]] (secure socket layer / encrypted connections) |
* [[HelpWizard Pages Protocols SSL/en| SSL]] (secure socket layer / encrypted connections) |
||
* [[HelpWizard Pages Protocols |
* [[HelpWizard Pages Protocols TCP_IP/en| TCP/IP]] (low level TCP/IP) |
||
Provided by plugins: |
Provided by plugins: |
Version vom 18. Februar 2022, 11:47 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)
Sample implementations using external frameworks: