Skip to content

Commit

Permalink
rest client removed
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Apr 18, 2024
1 parent 8310c14 commit 9aa5fd4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 444 deletions.
7 changes: 0 additions & 7 deletions src/vscp/common/vscp_client_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class CVscpClient {
vscp-client class types
=======================
- NONE - Undefined
- LOCAL - No connection, can handle files, logs etc
- TCPIP - VSCP tcp/ip link protocol.
- CANAL - The CANAL protocol. This is the same as a VSCP level I driver.
- SOCKETCAN - VSCP events sent ovr socketcan.
Expand All @@ -69,15 +68,12 @@ class CVscpClient {
- UDP - VSCP over UDP.
- MULTICAST - VSCP multicast protocol.
- REST - VSCP REST interface.
- RS232 - VSCP over serial link.
- RS485 - VSCP over multidrop serial link.
- RAWCAN - Handle standard CAN and CANFD.
- RAWMQTT - Handle standard MQTT.
*/

typedef enum class connType {
NONE = 0,
LOCAL,
TCPIP,
CANAL,
LEVEL2,
Expand All @@ -87,9 +83,6 @@ class CVscpClient {
MQTT,
UDP,
MULTICAST,
REST,
RS232,
RS485,
RAWCAN,
RAWMQTT
} connType;
Expand Down
270 changes: 0 additions & 270 deletions src/vscp/common/vscp_client_rest.cpp

This file was deleted.

Loading

0 comments on commit 9aa5fd4

Please sign in to comment.