IvanGaravito / dnp3

DNP 3.0 library for Node.js
MIT License
4 stars 4 forks source link

Server sample? #5

Open stefanodias opened 4 years ago

stefanodias commented 4 years ago

Hello, how u doing guys?? I did take a look on the DNP3 Lib...it's sound good...i would like a help...how implement a server using a DNP3 lib send data from SCADA Software...can u help me??

IvanGaravito commented 4 years ago

Currently it's not possible to implement a server (slave according to the spec), but keep in touch to the next updates to the dnp3-lib project.

stefanodias commented 4 years ago

Hi...whats up? i would like a help....how implement read data from MODBUS e send to SCADA DNP3 protocol...is it possible?

IvanGaravito commented 4 years ago

Hi @stefanodias

Yes, it's possible. That's a process called protocol translation that allows data adquisition from devices speaking many protocols (DNP3, Modbus, IEC-60870-104, IEC-61850 GOOSE messages or MMS, and so on) and reporting to a SCADA DNP3 Master.

If you want to code it, there are some Modbus and DNP3 implementations on various languages, so you only need to select the language, the libraries, the right database and operative system.

So if you don't want to code it, there are some applications that adquires, stores and reports the data you configure it.

Greetings, Ivan

stefanodias commented 4 years ago

Hello, i build a program in NodeJs using a node-modbus npm module, works fine to adquire a data from device...now i would like send it to a SCADA DNP3 protocol, maybe using your library, is ti possible? if it's possible, can u send a samples??

IvanGaravito commented 4 years ago

@stefanodias Hi,

currently it's not possible using this project, but keep in touch.

Greetings, Ivan

daniela0829 commented 4 years ago

Hello, i would like a help please, i want to implement a client using DNP3 protocol.. do you have some examples?

IvanGaravito commented 4 years ago

Hi @daniela0829 ,

currently there are no examples, but keep in touch to the releases.

Greetings, Ivan