iioter / iotgateway

A cross-platform IoT gateway based on .net6. Through visual configuration, you can easily connect to any of your devices and systems (such as PLC, barcode scanner, CNC, database, serial device, host computer, OPC Server, OPC UA Server, Mqtt Server, etc.), so as to interact with Thingsboard, IoTSharp or Your own IoT platform for two-way data communication. Provide a simple driver development interface; of course, edge computing can also be performed.
http://iotgateway.net/docs/enterprise/intro/
MIT License
826 stars 246 forks source link

can't be built after recent update #9

Closed Eric-NZ closed 2 years ago

Eric-NZ commented 2 years ago

The error:

Plugins\Drivers\DriverFanuc\Fanuc.cs(12,26,12,33): error CS0535: 'Fanuc' does not implement interface member 'IDriver.connect()'

iioter commented 2 years ago

the latest update is work fine. what's your code at line 68 in Fanuc.cs?it should be 'public bool Connect()' not 'public bool connect()'.

Eric-NZ commented 2 years ago

Yeah, it finally works. Thks.