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.

Home Page:http://iotgateway.net/docs/enterprise/intro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't be built after recent update

Eric-NZ opened this issue · comments

The error:

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

commented

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()'.

Yeah, it finally works. Thks.