iec104-protocol


Nameiec104-protocol JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://www.freyrscada.com/iec-60870-5-104-python.php
SummaryIEC 60870-5-104 protocol Server and Client Implementation - Python Wrapper for IEC 104 protocol
upload_time2025-02-09 01:03:57
maintainerNone
docs_urlNone
authorFreyrSCADA
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # [IEC 60870-5-104 Protocol](http://www.freyrscada.com/iec-60870-5-104.php)

RTU Server Simulator, Master Client Simulator, Windows and Linux POSIX ARM, IEC104 Source Code in C, C++, C# .NET Programming

IEC 60870-5 part 104 enables communication between IED, RTU control station and substation via a standard TCP/IP network. 
The TCP protocol is used for connection-oriented secure data transmission.
IEC 60870 5104 protocol (IEC 104) is a part of IEC Telecontrol Equipment and Systems Standard IEC 60870-5 that provides a communication profile for sending basic telecontrol messages between two systems in electrical engineering and power system automation.
IEC 60870 part 5 is one of the IEC 60870 set of standards which define systems used for telecontrol (supervisory control and data acquisition SCADA) in electrical engineering and power system automation applications. 
Part 5 provides a communication profile for sending basic telecontrol messages between two systems, which uses permanent directly connected data circuits between the systems. The IEC Technical Committee 57 (Working Group 03) have developed a protocol standard for telecontrol, teleprotection, and associated telecommunications for electric power systems. 
The result of this work is IEC 60870-5. Five documents specify the base IEC 60870-5:

- IEC 60870-5-1 Transmission Frame Formats
- IEC 60870-5-2 Data Link Transmission Services
- IEC 60870-5-3 General Structure of Application Data
- IEC 60870-5-4 Definition and Coding of Information Elements
- IEC 60870-5-5 Basic Application Functions

[![IEC 60870-5-104 Protocol](./img/iec-60870-5-104-protocol.jpg)](http://www.freyrscada.com/iec-60870-5-104.php)

Make your RTU, protocol converter, Gateway, HMI, Data concentrator compatible with iec 104.

* [IEC 60870-5-104 Source Code Windows C C++ C# .net Linux Arm POSIX C C++](#iec-60870-5-104-source-code-windows-c-c-c-net-linux-arm-posix-c-c)
* [IEC 60870-5-104 Protocol RTU IED Server Simulator](#iec-60870-5-104-rtu-ied-server-simulator)
* [IEC 60870-5 part 104 Protocol Client Master Simulator](#iec-60870-5-104-protocol-client-master-simulator)
* [IEC 104 Windows C C++ C# .NET Programming](#iec-60870-5-part-104-windows-c-c-c-net-programming)
* [IEC 60870-5 part 104 Protocol Linux Posix C C++ ARM](#iec-60870-5-104-protocol-linux-development-posix-c-c-arm)
* [IEC 60870-5 104 Protocol Video](#iec-60870-5-part-104-protocol-video-tutorial)


## [Download Evaluation Kit - IEC 104 Development Bundle](http://www.freyrscada.com/iec-60870-5-104.php#Download-IEC60870-5-104-Development-Bundle)

In the Development Bundle, We included IEC 104 Protocol Server  Client Simulator, Windows and Linux SDK, C# projects, Doxygen documentation and Raspberry Pi, BeagleBone Demo library.


# [IEC 60870-5-104 Source Code Windows C C++ C# .net Linux Arm POSIX C C++](http://www.freyrscada.com/iec-60870-5-104-Source-Code-Library.html)


The most complete implementation of IEC 104 protocol stack including File transfer (Monitor and Control Direction), Directory Commnads, Supports all type of Monitoring, command , parameter ASDUs.

Low memory footprint, easy start on any hardware platform, can operate with or without an operating system, delivered as a source code,

high configurability allows to use required features only, royalty-free licensing.


[![IEC 60870-5-104 Code Windows C C++ C# .net Linux Arm POSIX](./img/IEC-60870-5-104-source-code-library-stack.jpg)](http://www.freyrscada.com/iec-60870-5-104-Source-Code-Library.html)


## Salient Features


 - Written in ANSI-Standard C Source Code, under a strict corporate coding standard, and supports C++, C#

 - Transparent licensing scheme - No hidden costs, No deferred payments.

 - High performance, robust and scalable architecture

 - Provides a simple method for systems Integrators and OEMs to utilize standard tools to implement their systems

 - Our stacks are fully compliant with "POSIX" and tested in ubuntu, feroda, Debian, QNX, Linux Embedded OS and Various Cross compiler tool chains.

 - Our all protocol stack supports "POSIX compliant operating system"

 - Context-based event-driven model

 - Multiple Server and Client Simulation

 - In a Single Server(link) simulate Multiple Stations (Common Address / Station Address)

 - Supports Background Scan, Cyclic Data Transmission, Double Transmission, Redundancy and File transfer.

 - Communication with redundant control systems and interruption-free switch over between redundant systems

 - Supports "Select-Before-Operate" and "Direct-Execute" command execution modes

 - In IEC 60870-5-104 Client Side, Data Mode and Test mode connection type available.

 - Source Code Library allows a fast and cost efficient implementation

 - APIs are designed to be very easy to use and flexible


## Application Examples

 - Integrate existing devices to a modern control system with a field proven product

 - Use the IEC-104 event based communication instead of polling

 - Feeder automation

 - Substation automation

 - Utility automation

 - Reclosers

 - Protection relays
 
  
## Standard IEC 60870-5-104 ASDU - Typeids


Type            Dec             Description


M_SP_NA_1         1         Single-point information

M_SP_TA_1         2         Single-point information with time tag  ( IEC 101 Supported )

M_DP_NA_1         3         Double-point information

M_DP_TA_1         4         Double-point information with time tag ( IEC 101 Supported )

M_ST_NA_1         5         Step position information

M_ST_TA_1         6         Step position information with time tag ( IEC 101 Supported )

M_BO_NA_1         7         Bitstring of 32 bit

M_BO_TA_1         8         Bitstring of 32 bit with time tag ( IEC 101 Supported )

M_ME_NA_1         9         Measured value, normalised value

M_ME_TA_1         10        Measured value, normalized value with time tag ( IEC 101 Supported )

M_ME_NB_1         11        Measured value, scaled value

M_ME_TB_1         12        Measured value, scaled value wit time tag ( IEC 101 Supported )

M_ME_NC_1         13        Measured value, short floating point number

M_ME_TC_1         14        Measured value, short floating point number with time tag ( IEC 101 Supported )

M_IT_NA_1         15        Integrated totals

M_IT_TA_1         16        Integrated totals with time tag ( IEC 101 Supported )

M_EP_TA_1         17        Event of protection equipment with time tag

M_EP_TB_1         18        Packed start events of protection equipment with time tag

M_EP_TC_1         19        Packed output circuit information of protection equipment with time tag

M_PS_NA_1         20        Packed single point information with status change detection

M_ME_ND_1         21        Measured value, normalized value without quality descriptor

ASDU_TYPE_22..29  22..29    Reserved (standard area)

M_SP_TB_1         30        Single-point information with time tag CP56Time2a

M_DP_TB_1         31        Double-point information with time tag CP56Time2a

M_ST_TB_1         32        Step position information with time tag CP56Time2a

M_BO_TB_1         33        Bitstring of 32 bit with time tag CP56Time2a

M_ME_TD_1         34        Measured value, normalised value with time tag CP56Time2a

M_ME_TE_1         35        Measured value, scaled value with time tag CP56Time2a

M_ME_TF_1         36        Measured value, short floating point number with time tag CP56Time2a

M_IT_TB_1         37        Integrated totals with time tag CP56Time2a

M_EP_TD_1         38        Event of protection equipment with time tag CP56Time2a

M_EP_TE_1         39        Packed start events of protection equipment with time tag CP56Time2a

M_EP_TF_1         40        Packed output circuit information of protection equipment with time tag CP56Time2a

ASDU_TYPE_41..44  41..44    Reserved (standard area)

C_SC_NA_1         45        Single command

C_DC_NA_1         46        Double command

C_RC_NA_1         47        Regulating step command

C_SE_NA_1         48        Set-point Command, normalized value

C_SE_NB_1         49        Set-point Command, scaled value

C_SE_NC_1         50        Set-point Command, short floating point number

C_BO_NA_1         51        Bitstring 32 bit command

ASDU_TYPE_52..57  52..57    Reserved (standard area)

C_SC_TA_1         58        Single command with time tag CP56Time2a

C_DC_TA_1         59        Double command with time tag CP56Time2a

C_RC_TA_1         60        Regulating step command with time tag CP56Time2a

C_SE_TA_1         61        Measured value, normalised value command with time tag CP56Time2a

C_SE_TB_1         62        Measured value, scaled value command with time tag CP56Time2a

C_SE_TC_1         63        Measured value, short floating point number command with time tag CP56Time2a

C_BO_TA_1         64        Bitstring of 32 bit command with time tag CP56Time2a

ASDU_TYPE_65..69  65..69    Reserved (standard area)

M_EI_NA_1         70        End of Initialization

ASDU_TYPE_71..99  71..99    Reserved (standard area)

C_IC_NA_1         100       Interrogation command

C_CI_NA_1         101       Counter interrogation command

C_RD_NA_1         102       Read command

C_CS_NA_1         103       Clock synchronization command

C_TS_NA_1         104       Test command

C_RP_NA_1         105       Reset process command

C_CD_NA_1         106       Delay acquisition command

C_TS_TA_1         107       Test command with time tag CP56Time2a

ASDU_TYPE_108..109 108..109 Reserved (standard area)

P_ME_NA_1         110       Parameter of measured values, normalized value

P_ME_NB_1         111       Parameter of measured values, scaled value

P_ME_NC_1         112       Parameter of measured values, short floating point number

P_AC_NA_1         113       Parameter activation

ASDU_TYPE_114..119 114..119 Reserved (standard area)

F_FR_NA_1         120      File ready

F_SR_NA_1         121      Section ready

F_SC_NA_1         122      Call directory, select file, call file, call section

F_LS_NA_1         123      Last section, last segment

F_FA_NA_1         124      ACK file, ACK section

F_SG_NA_1         125      Segment

F_DR_TA_1         126      Directory

ASDU_TYPE_127..255  127..255  Reserved (user area)



## Knowledge Base - Interoperability

[IEC 60870-5-104 Protocol Server Interoperability](http://www.freyrscada.com/docs/FreyrSCADA-IEC-60870-5-104-Server-Interoperability.pdf)

[IEC 60870-5-104 protocol Client Interoperability](http://www.freyrscada.com/docs/FreyrSCADA-IEC-60870-5-104-Client-Interoperability.pdf)

 

## Licensing


### [Source Code License model:](http://www.freyrscada.com/iec-60870-5-104-Source-Code-Library.html)

In this License model, We deliver complete source code of the protocol implementation according to the customer specified operating system(Windows, Linux, QNX...).

Customer may embed the library into unlimited copies of Multiple end-use products for worldwide manufacturing, branding and distribution. Original equipment manufacturers choose this model. They usually have multiple products in their pipeline.


### Compiled Library License model:

In this License model, We deliver Dynamic/ Static compiled library (dll / lib) of the protocol implementation according to the customer specified operating system(Windows, Linux, QNX...).

Customer may embed the library into unlimited copies of Multiple end-use products for worldwide manufacturing, branding and distribution. Original equipment manufacturers choose this model. They usually have multiple products in their pipeline.


### Simulator License model:

Annual subscription Based license:

An Annual License allows the customer to use the licensed software for one year, download updates and request technical support. At the end of the year the customer must renew their term license to continue using the software.
In this License model, FreyrSCADA deliver Simulator Installer for Windows Operating System.
The Customer can use the software company wide. Customer can install the software in many systems. There is no restriction like Hardware key (Dongle) and software key. 

Unlimited year license:

A Perpetual License allows the customer to purchase a license to use the software forever. The Perpetual License also comes with an annual renewal fee that enables the customer to update the software to the latest version.
In this License model, FreyrSCADA deliver Simulator Installer for Windows Operating System.
The Customer can use the software company wide. Customer can install the software in many systems. There is no restriction like Hardware key (Dongle) and software key. 
For Unlimited year license, after a year, you will have the option to renew the Maintenance Plan to continue receiving technical support and upgrades.  The renewal price after a year is 10% of the product list price at the time of renewal (optional). Without renew the AMC also the software works. But for technical support and upgrades, the customer has an option for AMC.



# [IEC 60870-5-104 RTU IED Server Simulator](http://www.freyrscada.com/iec-60870-5-104-Server-Simulator.php)


Complete Simulation of IEC 104 Server as per Protocol Standard including File transfer (Both Monitoring and control direction).

[![IEC 60870-5-104 Protocol RTU IED Server Simulator](./img/iec104-server-sim.jpg)](http://www.freyrscada.com/iec-60870-5-104-Server-Simulator.php)


​Support all type of ASDU Typeid according to protocol specification

1) Monitoring (Process information in monitor direction), M_SP. M_DP, M_ST,...

2) control (Process information in control direction), C_SC, C_DC, ...

3) System information in monitor direction, M_EI

4) System information in control direction C_IC, C_CI

5) Parameter in control direction, P_ME

6) File transfer ( Both Monitor And Control Direction) F_FR, F_SR, F_SC



IEC 104 Server Simulator developed to test the functionalities of IEC 60870-5-104 stack Source code Library - server Operation.

We can add up to 50 server node in the simulator. Every server node will work independently.

Simulator window shows the status & connection ip address, port number, redundancy enabled or not, If Redundancy enabled it shows, the redundant source ip address, port .

The user can update the monitoring Point information. The following parameters can change Value and quality bits.


## Features


 - Multiple Server Simulation

 - In a Single Server(link) simulate Multiple Stations (Common Address)

 - Redundancy Enabled

 - Mapping of Control Point to monitor Information point, consider C_SC point can map to M_SP point

 - Communication with redundant control systems and interruption-free switchover between redundant systems

 - Supports "select-before-operate" or "direct-execute" command execution modes

 - supports File Transfer ( Both Monitor And Control Direction), Directory commands

 - Clock synchronization, General Interrogation, counter interrogation,

 - Parameter command

 - On-demand transmission (e. g. single indications, analogs...)

 - Spontaneous transmission (e. g. single indications with time tag ...)


## [IEC 60870-5-104 Protocol RTU Server Simulator User Manual](http://www.freyrscada.com/docs/FreyrSCADA-IEC-60870-5-104-Server-Simulator-User-Manual.pdf)



# [IEC 60870-5-104 Protocol Client Master Simulator](http://www.freyrscada.com/iec-60870-5-104-Client-Simulator.php)


Complete Simulation of IEC 104 Client as per Protocol Standard including File transfer (Both Monitoring and control direction).

[![IEC 60870-5 part 104 Protocol Client Master Simulator](./img/iec104-client-sim.jpg)](http://www.freyrscada.com/iec-60870-5-104-Client-Simulator.php)


​Support all type of ASDU Typeid according to protocol specification

1) Monitoring (Process information in monitor direction), M_SP. M_DP, M_ST,...

2) control (Process information in control direction), C_SC, C_DC, ...

3)  System information in monitor direction, M_EI

4) System information in control direction C_IC, C_CI

5)  Parameter in control direction, P_ME

6) File transfer ( Both Monitor And Control Direction) F_FR, F_SR, F_SC


IEC 104 Client Simulator was originally developed to test the functionalities of IEC 60870-5-104 stack Client operation.

We can add up to 50 Client node in the simulator. Every Client node will work independently.

Simulator window shows the Connection status, connection ip address and port number.


## Features

 - Multiple Master / Client Simulation

 - In a Single Client(link) simulate Multiple Stations (Common Address)

 - Data Mode, and Test mode connection type available

 - Supports "Select-Before-Operate" SBO or "Direct-execute" command execution modes

 - supports File Transfer ( Both Monitor And Control Direction), Directory commands

 - Clock synchronization, General Interrogation, counter interrogation, 

 - Parameter command


## [IEC 60870-5-104 Protocol Client Master Simulator User Manual](http://www.freyrscada.com/docs/FreyrSCADA-IEC-60870-5-104-Client-Simulator-User-Manual.pdf)



# [IEC 60870-5 part 104 Windows C C++ C# .NET Programming](http://www.freyrscada.com/iec-60870-5-104-Windows-Software-Development-Kit(SDK).php)


IEC 60870-5-104 Demo Win DLL includes simple (Server & Client C programs, c# .net )example using a Command window and command line inputs.

The source code will allow you to quickly compile your own examples with the features of your existing development environment to work with our IEC 60870-5-104 DLL..IEC 104 Windows SDK contains Win DLL (precompiled library), Static link lib, Demo IEC104 Server & Client programs, Visual Studio Demo console project files, Doxygen .

We used Visual studio compiler to create the dll, sample test projects.


[![IEC 60870-5-104 Windows C C++ C# .NET](./img/iec-104-windows-protocol.jpg)](http://www.freyrscada.com/iec-60870-5-104-Windows-Software-Development-Kit(SDK).php)


This evaluation package allows you to:

Access product manual(API documentation)(pdf, Doxygen html)

Browse the IEC 60870-5-104 library API documentation

Study the source code of the IEC 60870-5-104 examples provided

Modify and compile the IEC 60870-5-104 examples

Create your own IEC 60870-5-104 programs and test with leading test tools

You can use the source code of the application examples and modify them according to your needs.


# [IEC 60870-5-104 Protocol Linux Development POSIX C C++ ARM](http://www.freyrscada.com/iec-60870-5-104-Linux-Software-Development-Kit(SDK).php)


IEC 104 Demo Linux Shared Library includes simple (Server & Client C programs )example using a Command window and command line inputs.

The source code will allow you to quickly compile your own examples with the features of your existing development environment to work with our IEC 60870-5-104 library.

IEC 60870-5-104 Linux SDK contains Shared Library(.a) (precompiled library), Static link lib, Demo IEC104 Server & Client programs, CodeBlock Demo console project files, Doxygen .

We used gcc compiler to create the Shared Library, sample test projects.

[![IEC 60870-5-104 Protocol Linux C C++ POSIX](./img/iec-104-linux-protocol.jpg)](http://www.freyrscada.com/iec-60870-5-104-Linux-Software-Development-Kit(SDK).php)


This evaluation package allows you to:

 - Access product manual(API documentation)(pdf, Doxygen html)

 - Browse the IEC 60870-5-104 library API documentation

 - Study the source code of the IEC 60870-5-104 examples provided

 - Modify and compile the IEC 60870-5-104 examples

 - Create your own IEC 60870-5-104 programs and test with leading test tools

 - You can use the source code of the application examples and modify them according to your needs.


Minimum system requirements

Supports Embedded Linux (ARM, Coldfire, Power PC), Ubuntu Linux(X86, X86-64), Fedora, CentOS, Red Hat...(All Posix Compliant Operating Systems)

gcc - Any IDE supports C & C++ Programming, support all your cross tool chain




# [IEC 60870-5 part 104 Protocol Video Tutorial](https://www.youtube.com/playlist?list=PL4tVfIsUhy1bx7TVjtZnqFB6tbZBhOlJP)

## [IEC 60870-5-104 Protocol Product Description Video](http://www.freyrscada.com/iec-60870-5-104-video.html)	
[![IEC 60870-5-104 Protocol Product Description Video](http://www.freyrscada.com/images/iec104videoicon.jpg)](http://www.freyrscada.com/iec-60870-5-104-video.html)

## [IEC 60870-5-104 Protocol Server Simulator test with third party tool](http://www.freyrscada.com/IEC104_Server_Simulator_Testing.html)	
[![IEC 60870-5-104 Protocol Server Simulator test with third party tool](http://www.freyrscada.com/images/iec104-server-simulator-testing.jpg)](http://www.freyrscada.com/IEC104_Server_Simulator_Testing.html)

## [IEC 60870-5-104 Protocol Client Master Simulator test with third party tool](http://www.freyrscada.com/IEC104_Client_Simulator_Testing.html)	
[![IEC 60870-5-104 Protocol Client Master Simulator test with third party tool](http://www.freyrscada.com/images/iec104-client-simulator-testing.jpg)](http://www.freyrscada.com/IEC104_Client_Simulator_Testing.html)

## [IEC 60870-5-104 Protocol Server and Client Simulator - File Transfer, Directory command operation](http://www.freyrscada.com/IEC-60870-5-104-Server-Client-File-Transfer-video.html)	
[![IEC 60870-5-104 Protocol Server and Client Simulator - File Transfer, Directory command operation](http://www.freyrscada.com/images/iec104videoiconfiletransfer.jpg)](http://www.freyrscada.com/IEC-60870-5-104-Server-Client-File-Transfer-video.html)

## [IEC 60870-5-104 Protocol Server Simulator with Kepware OPC](http://www.freyrscada.com/IEC104_Server_Simulator_Kepware_OPC.html)	
[![IEC 60870-5-104 Protocol Server Simulator with Kepware OPC](http://www.freyrscada.com/images/IEC104_Server_Simulator_Kepware_OPC.jpg)](http://www.freyrscada.com/IEC104_Server_Simulator_Kepware_OPC.html)

## [IEC 60870-5-104 Protocol File transfer - Control Direction](http://www.freyrscada.com/IEC104-Filetransfer-controldirection.html)	
[![IEC 60870-5-104 Protocol File transfer - Control Direction](http://www.freyrscada.com/images/iec104-filetransfer-controldirection.jpg)](http://www.freyrscada.com/IEC104-Filetransfer-controldirection.html)

## [IEC 60870-5-104 Protocol Server Simulator With Reliance HMI SCADA](http://www.freyrscada.com/IEC104_Server_Simulator_Reliance-HMI-SCADA.html)	
[![IEC 60870-5-104 Protocol Server Simulator With Reliance HMI SCADA](http://www.freyrscada.com/images/IEC104_Server_Simulator_Reliance-HMI-SCADA.jpg)](http://www.freyrscada.com/IEC104_Server_Simulator_Reliance-HMI-SCADA.html)

## [IEC 60870-5-104 Protocol Server in Beaglebone Arm Linux](http://www.freyrscada.com/IEC104_Server_Beaglebone_Arm_Linux.html)	
[![IEC 60870-5-104 Protocol Server in Beaglebone Arm Linux](http://www.freyrscada.com/images/IEC104_Server_Beaglebone_Arm_Linux.jpg)](http://www.freyrscada.com/IEC104_Server_Beaglebone_Arm_Linux.html)

## [IEC 60870-5-104 Protocol Server Redundancy](http://www.freyrscada.com/iec-104-redundancy.html)	
[![IEC 60870-5-104 Protocol Server Redundancy](http://www.freyrscada.com/images/iec-104-redundancy.jpg)](http://www.freyrscada.com/iec-104-redundancy.html)

## [IEC 60870-5-104 Protocol Server Simulator With VTScada HMI SCADA](http://www.freyrscada.com/IEC104-Server-Simulator-With-VTScada.html)	
[![IEC 60870-5-104 Protocol Server Simulator With VTScada HMI SCADA](http://www.freyrscada.com/images/IEC104-Server-Simulator-With-VTScada.jpg)](http://www.freyrscada.com/IEC104-Server-Simulator-With-VTScada.html)

## [IEC 60870-5-104 Protocol Server Simulator With Matrikon OPC](http://www.freyrscada.com/IEC104-Server-Simulator-With-Matrikon-OPC.html)	
[![IEC 60870-5-104 Protocol Server Simulator With Matrikon OPC](http://www.freyrscada.com/images/iec104-matrikon-opcwithsub.JPG)](http://www.freyrscada.com/IEC104-Server-Simulator-With-Matrikon-OPC.html)

## [ClearSCADA IEC 60870-5-104 Protocol IED Server Simulator testing](http://www.freyrscada.com/clearscada-iec104-point-command-simulation.html)	
[![ClearSCADA IEC 60870-5-104 Protocol IED Server Simulator testing](http://www.freyrscada.com/images/clearscadaiec104.jpg)](http://www.freyrscada.com/clearscada-iec104-point-command-simulation.html)

## [ClearSCADA IEC 60870-5-104 Protocol Server Simulator download upload file transfer directory view](http://www.freyrscada.com/clearscada-iec104-file-transfer.html)	
[![ClearSCADA IEC 60870-5-104 Protocol Server Simulator download upload file transfer directory view](http://www.freyrscada.com/images/clearscada-iec104-filetransfer.jpg)](http://www.freyrscada.com/clearscada-iec104-file-transfer.html)


[facebook](https://www.facebook.com/IEC104/)

[linkedin](https://in.linkedin.com/showcase/iec-60870-5-104)  

[youtube](https://www.youtube.com/playlist?list=PL4tVfIsUhy1bx7TVjtZnqFB6tbZBhOlJP)


# [Download Evaluation Kit - IEC 104 Protocol Development Bundle](http://www.freyrscada.com/iec-60870-5-104.php#Download-IEC60870-5-104-Development-Bundle)

In the Development Bundle, We included IEC 60870-5 part 104 Protocol Server  Client Simulator, Windows and Linux SDK, C# projects, Doxygen documentation and Raspberry Pi, BeagleBone Demo library.

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.freyrscada.com/iec-60870-5-104-python.php",
    "name": "iec104-protocol",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "FreyrSCADA",
    "author_email": "contact@freyrscada.com",
    "download_url": "https://files.pythonhosted.org/packages/53/4e/760d64e2f926bad8df5c21eaadfb8d830a12b2e960c248e930da7ae2e244/iec104_protocol-1.0.1.tar.gz",
    "platform": null,
    "description": "# [IEC 60870-5-104 Protocol](http://www.freyrscada.com/iec-60870-5-104.php)\r\n\r\nRTU Server Simulator, Master Client Simulator, Windows and Linux POSIX ARM, IEC104 Source Code in C, C++, C# .NET Programming\r\n\r\nIEC 60870-5 part 104 enables communication between IED, RTU control station and substation via a standard TCP/IP network. \r\nThe TCP protocol is used for connection-oriented secure data transmission.\r\nIEC 60870 5104 protocol (IEC 104) is a part of IEC Telecontrol Equipment and Systems Standard IEC 60870-5 that provides a communication profile for sending basic telecontrol messages between two systems in electrical engineering and power system automation.\r\nIEC 60870 part 5 is one of the IEC 60870 set of standards which define systems used for telecontrol (supervisory control and data acquisition SCADA) in electrical engineering and power system automation applications. \r\nPart 5 provides a communication profile for sending basic telecontrol messages between two systems, which uses permanent directly connected data circuits between the systems. The IEC Technical Committee 57 (Working Group 03) have developed a protocol standard for telecontrol, teleprotection, and associated telecommunications for electric power systems. \r\nThe result of this work is IEC 60870-5. Five documents specify the base IEC 60870-5:\r\n\r\n- IEC 60870-5-1 Transmission Frame Formats\r\n- IEC 60870-5-2 Data Link Transmission Services\r\n- IEC 60870-5-3 General Structure of Application Data\r\n- IEC 60870-5-4 Definition and Coding of Information Elements\r\n- IEC 60870-5-5 Basic Application Functions\r\n\r\n[![IEC 60870-5-104 Protocol](./img/iec-60870-5-104-protocol.jpg)](http://www.freyrscada.com/iec-60870-5-104.php)\r\n\r\nMake your RTU, protocol converter, Gateway, HMI, Data concentrator compatible with iec 104.\r\n\r\n* [IEC 60870-5-104 Source Code Windows C C++ C# .net Linux Arm POSIX C C++](#iec-60870-5-104-source-code-windows-c-c-c-net-linux-arm-posix-c-c)\r\n* [IEC 60870-5-104 Protocol RTU IED Server Simulator](#iec-60870-5-104-rtu-ied-server-simulator)\r\n* [IEC 60870-5 part 104 Protocol Client Master Simulator](#iec-60870-5-104-protocol-client-master-simulator)\r\n* [IEC 104 Windows C C++ C# .NET Programming](#iec-60870-5-part-104-windows-c-c-c-net-programming)\r\n* [IEC 60870-5 part 104 Protocol Linux Posix C C++ ARM](#iec-60870-5-104-protocol-linux-development-posix-c-c-arm)\r\n* [IEC 60870-5 104 Protocol Video](#iec-60870-5-part-104-protocol-video-tutorial)\r\n\r\n\r\n## [Download Evaluation Kit - IEC 104 Development Bundle](http://www.freyrscada.com/iec-60870-5-104.php#Download-IEC60870-5-104-Development-Bundle)\r\n\r\nIn the Development Bundle, We included IEC 104 Protocol Server  Client Simulator, Windows and Linux SDK, C# projects, Doxygen documentation and Raspberry Pi, BeagleBone Demo library.\r\n\r\n\r\n# [IEC 60870-5-104 Source Code Windows C C++ C# .net Linux Arm POSIX C C++](http://www.freyrscada.com/iec-60870-5-104-Source-Code-Library.html)\r\n\r\n\r\nThe most complete implementation of IEC 104 protocol stack including File transfer (Monitor and Control Direction), Directory Commnads, Supports all type of Monitoring, command , parameter ASDUs.\r\n\r\nLow memory footprint, easy start on any hardware platform, can operate with or without an operating system, delivered as a source code,\r\n\r\nhigh configurability allows to use required features only, royalty-free licensing.\r\n\r\n\r\n[![IEC 60870-5-104 Code Windows C C++ C# .net Linux Arm POSIX](./img/IEC-60870-5-104-source-code-library-stack.jpg)](http://www.freyrscada.com/iec-60870-5-104-Source-Code-Library.html)\r\n\r\n\r\n## Salient Features\r\n\r\n\r\n - Written in ANSI-Standard C Source Code, under a strict corporate coding standard, and supports C++, C#\r\n\r\n - Transparent licensing scheme - No hidden costs, No deferred payments.\r\n\r\n - High performance, robust and scalable architecture\r\n\r\n - Provides a simple method for systems Integrators and OEMs to utilize standard tools to implement their systems\r\n\r\n - Our stacks are fully compliant with \"POSIX\" and tested in ubuntu, feroda, Debian, QNX, Linux Embedded OS and Various Cross compiler tool chains.\r\n\r\n - Our all protocol stack supports \"POSIX compliant operating system\"\r\n\r\n - Context-based event-driven model\r\n\r\n - Multiple Server and Client Simulation\r\n\r\n - In a Single Server(link) simulate Multiple Stations (Common Address / Station Address)\r\n\r\n - Supports Background Scan, Cyclic Data Transmission, Double Transmission, Redundancy and File transfer.\r\n\r\n - Communication with redundant control systems and interruption-free switch over between redundant systems\r\n\r\n - Supports \"Select-Before-Operate\" and \"Direct-Execute\" command execution modes\r\n\r\n - In IEC 60870-5-104 Client Side, Data Mode and Test mode connection type available.\r\n\r\n - Source Code Library allows a fast and cost efficient implementation\r\n\r\n - APIs are designed to be very easy to use and flexible\r\n\r\n\r\n## Application Examples\r\n\r\n - Integrate existing devices to a modern control system with a field proven product\r\n\r\n - Use the IEC-104 event based communication instead of polling\r\n\r\n - Feeder automation\r\n\r\n - Substation automation\r\n\r\n - Utility automation\r\n\r\n - Reclosers\r\n\r\n - Protection relays\r\n \r\n  \r\n## Standard IEC 60870-5-104 ASDU - Typeids\r\n\r\n\r\nType            Dec             Description\r\n\r\n\r\nM_SP_NA_1         1         Single-point information\r\n\r\nM_SP_TA_1         2         Single-point information with time tag  ( IEC 101 Supported )\r\n\r\nM_DP_NA_1         3         Double-point information\r\n\r\nM_DP_TA_1         4         Double-point information with time tag ( IEC 101 Supported )\r\n\r\nM_ST_NA_1         5         Step position information\r\n\r\nM_ST_TA_1         6         Step position information with time tag ( IEC 101 Supported )\r\n\r\nM_BO_NA_1         7         Bitstring of 32 bit\r\n\r\nM_BO_TA_1         8         Bitstring of 32 bit with time tag ( IEC 101 Supported )\r\n\r\nM_ME_NA_1         9         Measured value, normalised value\r\n\r\nM_ME_TA_1         10        Measured value, normalized value with time tag ( IEC 101 Supported )\r\n\r\nM_ME_NB_1         11        Measured value, scaled value\r\n\r\nM_ME_TB_1         12        Measured value, scaled value wit time tag ( IEC 101 Supported )\r\n\r\nM_ME_NC_1         13        Measured value, short floating point number\r\n\r\nM_ME_TC_1         14        Measured value, short floating point number with time tag ( IEC 101 Supported )\r\n\r\nM_IT_NA_1         15        Integrated totals\r\n\r\nM_IT_TA_1         16        Integrated totals with time tag ( IEC 101 Supported )\r\n\r\nM_EP_TA_1         17        Event of protection equipment with time tag\r\n\r\nM_EP_TB_1         18        Packed start events of protection equipment with time tag\r\n\r\nM_EP_TC_1         19        Packed output circuit information of protection equipment with time tag\r\n\r\nM_PS_NA_1         20        Packed single point information with status change detection\r\n\r\nM_ME_ND_1         21        Measured value, normalized value without quality descriptor\r\n\r\nASDU_TYPE_22..29  22..29    Reserved (standard area)\r\n\r\nM_SP_TB_1         30        Single-point information with time tag CP56Time2a\r\n\r\nM_DP_TB_1         31        Double-point information with time tag CP56Time2a\r\n\r\nM_ST_TB_1         32        Step position information with time tag CP56Time2a\r\n\r\nM_BO_TB_1         33        Bitstring of 32 bit with time tag CP56Time2a\r\n\r\nM_ME_TD_1         34        Measured value, normalised value with time tag CP56Time2a\r\n\r\nM_ME_TE_1         35        Measured value, scaled value with time tag CP56Time2a\r\n\r\nM_ME_TF_1         36        Measured value, short floating point number with time tag CP56Time2a\r\n\r\nM_IT_TB_1         37        Integrated totals with time tag CP56Time2a\r\n\r\nM_EP_TD_1         38        Event of protection equipment with time tag CP56Time2a\r\n\r\nM_EP_TE_1         39        Packed start events of protection equipment with time tag CP56Time2a\r\n\r\nM_EP_TF_1         40        Packed output circuit information of protection equipment with time tag CP56Time2a\r\n\r\nASDU_TYPE_41..44  41..44    Reserved (standard area)\r\n\r\nC_SC_NA_1         45        Single command\r\n\r\nC_DC_NA_1         46        Double command\r\n\r\nC_RC_NA_1         47        Regulating step command\r\n\r\nC_SE_NA_1         48        Set-point Command, normalized value\r\n\r\nC_SE_NB_1         49        Set-point Command, scaled value\r\n\r\nC_SE_NC_1         50        Set-point Command, short floating point number\r\n\r\nC_BO_NA_1         51        Bitstring 32 bit command\r\n\r\nASDU_TYPE_52..57  52..57    Reserved (standard area)\r\n\r\nC_SC_TA_1         58        Single command with time tag CP56Time2a\r\n\r\nC_DC_TA_1         59        Double command with time tag CP56Time2a\r\n\r\nC_RC_TA_1         60        Regulating step command with time tag CP56Time2a\r\n\r\nC_SE_TA_1         61        Measured value, normalised value command with time tag CP56Time2a\r\n\r\nC_SE_TB_1         62        Measured value, scaled value command with time tag CP56Time2a\r\n\r\nC_SE_TC_1         63        Measured value, short floating point number command with time tag CP56Time2a\r\n\r\nC_BO_TA_1         64        Bitstring of 32 bit command with time tag CP56Time2a\r\n\r\nASDU_TYPE_65..69  65..69    Reserved (standard area)\r\n\r\nM_EI_NA_1         70        End of Initialization\r\n\r\nASDU_TYPE_71..99  71..99    Reserved (standard area)\r\n\r\nC_IC_NA_1         100       Interrogation command\r\n\r\nC_CI_NA_1         101       Counter interrogation command\r\n\r\nC_RD_NA_1         102       Read command\r\n\r\nC_CS_NA_1         103       Clock synchronization command\r\n\r\nC_TS_NA_1         104       Test command\r\n\r\nC_RP_NA_1         105       Reset process command\r\n\r\nC_CD_NA_1         106       Delay acquisition command\r\n\r\nC_TS_TA_1         107       Test command with time tag CP56Time2a\r\n\r\nASDU_TYPE_108..109 108..109 Reserved (standard area)\r\n\r\nP_ME_NA_1         110       Parameter of measured values, normalized value\r\n\r\nP_ME_NB_1         111       Parameter of measured values, scaled value\r\n\r\nP_ME_NC_1         112       Parameter of measured values, short floating point number\r\n\r\nP_AC_NA_1         113       Parameter activation\r\n\r\nASDU_TYPE_114..119 114..119 Reserved (standard area)\r\n\r\nF_FR_NA_1         120      File ready\r\n\r\nF_SR_NA_1         121      Section ready\r\n\r\nF_SC_NA_1         122      Call directory, select file, call file, call section\r\n\r\nF_LS_NA_1         123      Last section, last segment\r\n\r\nF_FA_NA_1         124      ACK file, ACK section\r\n\r\nF_SG_NA_1         125      Segment\r\n\r\nF_DR_TA_1         126      Directory\r\n\r\nASDU_TYPE_127..255  127..255  Reserved (user area)\r\n\r\n\r\n\r\n## Knowledge Base - Interoperability\r\n\r\n[IEC 60870-5-104 Protocol Server Interoperability](http://www.freyrscada.com/docs/FreyrSCADA-IEC-60870-5-104-Server-Interoperability.pdf)\r\n\r\n[IEC 60870-5-104 protocol Client Interoperability](http://www.freyrscada.com/docs/FreyrSCADA-IEC-60870-5-104-Client-Interoperability.pdf)\r\n\r\n \r\n\r\n## Licensing\r\n\r\n\r\n### [Source Code License model:](http://www.freyrscada.com/iec-60870-5-104-Source-Code-Library.html)\r\n\r\nIn this License model, We deliver complete source code of the protocol implementation according to the customer specified operating system(Windows, Linux, QNX...).\r\n\r\nCustomer may embed the library into unlimited copies of Multiple end-use products for worldwide manufacturing, branding and distribution. Original equipment manufacturers choose this model. They usually have multiple products in their pipeline.\r\n\r\n\r\n### Compiled Library License model:\r\n\r\nIn this License model, We deliver Dynamic/ Static compiled library (dll / lib) of the protocol implementation according to the customer specified operating system(Windows, Linux, QNX...).\r\n\r\nCustomer may embed the library into unlimited copies of Multiple end-use products for worldwide manufacturing, branding and distribution. Original equipment manufacturers choose this model. They usually have multiple products in their pipeline.\r\n\r\n\r\n### Simulator License model:\r\n\r\nAnnual subscription Based license:\r\n\r\nAn Annual License allows the customer to use the licensed software for one year, download updates and request technical support. At the end of the year the customer must renew their term license to continue using the software.\r\nIn this License model, FreyrSCADA deliver Simulator Installer for Windows Operating System.\r\nThe Customer can use the software company wide. Customer can install the software in many systems. There is no restriction like Hardware key (Dongle) and software key. \r\n\r\nUnlimited year license:\r\n\r\nA Perpetual License allows the customer to purchase a license to use the software forever. The Perpetual License also comes with an annual renewal fee that enables the customer to update the software to the latest version.\r\nIn this License model, FreyrSCADA deliver Simulator Installer for Windows Operating System.\r\nThe Customer can use the software company wide. Customer can install the software in many systems. There is no restriction like Hardware key (Dongle) and software key. \r\nFor Unlimited year license, after a year, you will have the option to renew the Maintenance Plan to continue receiving technical support and upgrades.  The renewal price after a year is 10% of the product list price at the time of renewal (optional). Without renew the AMC also the software works. But for technical support and upgrades, the customer has an option for AMC.\r\n\r\n\r\n\r\n# [IEC 60870-5-104 RTU IED Server Simulator](http://www.freyrscada.com/iec-60870-5-104-Server-Simulator.php)\r\n\r\n\r\nComplete Simulation of IEC 104 Server as per Protocol Standard including File transfer (Both Monitoring and control direction).\r\n\r\n[![IEC 60870-5-104 Protocol RTU IED Server Simulator](./img/iec104-server-sim.jpg)](http://www.freyrscada.com/iec-60870-5-104-Server-Simulator.php)\r\n\r\n\r\n\u00e2\u20ac\u2039Support all type of ASDU Typeid according to protocol specification\r\n\r\n1) Monitoring (Process information in monitor direction), M_SP. M_DP, M_ST,...\r\n\r\n2) control (Process information in control direction), C_SC, C_DC, ...\r\n\r\n3) System information in monitor direction, M_EI\r\n\r\n4) System information in control direction C_IC, C_CI\r\n\r\n5) Parameter in control direction, P_ME\r\n\r\n6) File transfer ( Both Monitor And Control Direction) F_FR, F_SR, F_SC\r\n\r\n\r\n\r\nIEC 104 Server Simulator developed to test the functionalities of IEC 60870-5-104 stack Source code Library - server Operation.\r\n\r\nWe can add up to 50 server node in the simulator. Every server node will work independently.\r\n\r\nSimulator window shows the status & connection ip address, port number, redundancy enabled or not, If Redundancy enabled it shows, the redundant source ip address, port .\r\n\r\nThe user can update the monitoring Point information. The following parameters can change Value and quality bits.\r\n\r\n\r\n## Features\r\n\r\n\r\n - Multiple Server Simulation\r\n\r\n - In a Single Server(link) simulate Multiple Stations (Common Address)\r\n\r\n - Redundancy Enabled\r\n\r\n - Mapping of Control Point to monitor Information point, consider C_SC point can map to M_SP point\r\n\r\n - Communication with redundant control systems and interruption-free switchover between redundant systems\r\n\r\n - Supports \"select-before-operate\" or \"direct-execute\" command execution modes\r\n\r\n - supports File Transfer ( Both Monitor And Control Direction), Directory commands\r\n\r\n - Clock synchronization, General Interrogation, counter interrogation,\r\n\r\n - Parameter command\r\n\r\n - On-demand transmission (e. g. single indications, analogs...)\r\n\r\n - Spontaneous transmission (e. g. single indications with time tag ...)\r\n\r\n\r\n## [IEC 60870-5-104 Protocol RTU Server Simulator User Manual](http://www.freyrscada.com/docs/FreyrSCADA-IEC-60870-5-104-Server-Simulator-User-Manual.pdf)\r\n\r\n\r\n\r\n# [IEC 60870-5-104 Protocol Client Master Simulator](http://www.freyrscada.com/iec-60870-5-104-Client-Simulator.php)\r\n\r\n\r\nComplete Simulation of IEC 104 Client as per Protocol Standard including File transfer (Both Monitoring and control direction).\r\n\r\n[![IEC 60870-5 part 104 Protocol Client Master Simulator](./img/iec104-client-sim.jpg)](http://www.freyrscada.com/iec-60870-5-104-Client-Simulator.php)\r\n\r\n\r\n\u00e2\u20ac\u2039Support all type of ASDU Typeid according to protocol specification\r\n\r\n1) Monitoring (Process information in monitor direction), M_SP. M_DP, M_ST,...\r\n\r\n2) control (Process information in control direction), C_SC, C_DC, ...\r\n\r\n3)  System information in monitor direction, M_EI\r\n\r\n4) System information in control direction C_IC, C_CI\r\n\r\n5)  Parameter in control direction, P_ME\r\n\r\n6) File transfer ( Both Monitor And Control Direction) F_FR, F_SR, F_SC\r\n\r\n\r\nIEC 104 Client Simulator was originally developed to test the functionalities of IEC 60870-5-104 stack Client operation.\r\n\r\nWe can add up to 50 Client node in the simulator. Every Client node will work independently.\r\n\r\nSimulator window shows the Connection status, connection ip address and port number.\r\n\r\n\r\n## Features\r\n\r\n - Multiple Master / Client Simulation\r\n\r\n - In a Single Client(link) simulate Multiple Stations (Common Address)\r\n\r\n - Data Mode, and Test mode connection type available\r\n\r\n - Supports \"Select-Before-Operate\" SBO or \"Direct-execute\" command execution modes\r\n\r\n - supports File Transfer ( Both Monitor And Control Direction), Directory commands\r\n\r\n - Clock synchronization, General Interrogation, counter interrogation, \r\n\r\n - Parameter command\r\n\r\n\r\n## [IEC 60870-5-104 Protocol Client Master Simulator User Manual](http://www.freyrscada.com/docs/FreyrSCADA-IEC-60870-5-104-Client-Simulator-User-Manual.pdf)\r\n\r\n\r\n\r\n# [IEC 60870-5 part 104 Windows C C++ C# .NET Programming](http://www.freyrscada.com/iec-60870-5-104-Windows-Software-Development-Kit(SDK).php)\r\n\r\n\r\nIEC 60870-5-104 Demo Win DLL includes simple (Server & Client C programs, c# .net )example using a Command window and command line inputs.\r\n\r\nThe source code will allow you to quickly compile your own examples with the features of your existing development environment to work with our IEC 60870-5-104 DLL..IEC 104 Windows SDK contains Win DLL (precompiled library), Static link lib, Demo IEC104 Server & Client programs, Visual Studio Demo console project files, Doxygen .\r\n\r\nWe used Visual studio compiler to create the dll, sample test projects.\r\n\r\n\r\n[![IEC 60870-5-104 Windows C C++ C# .NET](./img/iec-104-windows-protocol.jpg)](http://www.freyrscada.com/iec-60870-5-104-Windows-Software-Development-Kit(SDK).php)\r\n\r\n\r\nThis evaluation package allows you to:\r\n\r\nAccess product manual(API documentation)(pdf, Doxygen html)\r\n\r\nBrowse the IEC 60870-5-104 library API documentation\r\n\r\nStudy the source code of the IEC 60870-5-104 examples provided\r\n\r\nModify and compile the IEC 60870-5-104 examples\r\n\r\nCreate your own IEC 60870-5-104 programs and test with leading test tools\r\n\r\nYou can use the source code of the application examples and modify them according to your needs.\r\n\r\n\r\n# [IEC 60870-5-104 Protocol Linux Development POSIX C C++ ARM](http://www.freyrscada.com/iec-60870-5-104-Linux-Software-Development-Kit(SDK).php)\r\n\r\n\r\nIEC 104 Demo Linux Shared Library includes simple (Server & Client C programs )example using a Command window and command line inputs.\r\n\r\nThe source code will allow you to quickly compile your own examples with the features of your existing development environment to work with our IEC 60870-5-104 library.\r\n\r\nIEC 60870-5-104 Linux SDK contains Shared Library(.a) (precompiled library), Static link lib, Demo IEC104 Server & Client programs, CodeBlock Demo console project files, Doxygen .\r\n\r\nWe used gcc compiler to create the Shared Library, sample test projects.\r\n\r\n[![IEC 60870-5-104 Protocol Linux C C++ POSIX](./img/iec-104-linux-protocol.jpg)](http://www.freyrscada.com/iec-60870-5-104-Linux-Software-Development-Kit(SDK).php)\r\n\r\n\r\nThis evaluation package allows you to:\r\n\r\n - Access product manual(API documentation)(pdf, Doxygen html)\r\n\r\n - Browse the IEC 60870-5-104 library API documentation\r\n\r\n - Study the source code of the IEC 60870-5-104 examples provided\r\n\r\n - Modify and compile the IEC 60870-5-104 examples\r\n\r\n - Create your own IEC 60870-5-104 programs and test with leading test tools\r\n\r\n - You can use the source code of the application examples and modify them according to your needs.\r\n\r\n\r\nMinimum system requirements\r\n\r\nSupports Embedded Linux (ARM, Coldfire, Power PC), Ubuntu Linux(X86, X86-64), Fedora, CentOS, Red Hat...(All Posix Compliant Operating Systems)\r\n\r\ngcc - Any IDE supports C & C++ Programming, support all your cross tool chain\r\n\r\n\r\n\r\n\r\n# [IEC 60870-5 part 104 Protocol Video Tutorial](https://www.youtube.com/playlist?list=PL4tVfIsUhy1bx7TVjtZnqFB6tbZBhOlJP)\r\n\r\n## [IEC 60870-5-104 Protocol Product Description Video](http://www.freyrscada.com/iec-60870-5-104-video.html)\t\r\n[![IEC 60870-5-104 Protocol Product Description Video](http://www.freyrscada.com/images/iec104videoicon.jpg)](http://www.freyrscada.com/iec-60870-5-104-video.html)\r\n\r\n## [IEC 60870-5-104 Protocol Server Simulator test with third party tool](http://www.freyrscada.com/IEC104_Server_Simulator_Testing.html)\t\r\n[![IEC 60870-5-104 Protocol Server Simulator test with third party tool](http://www.freyrscada.com/images/iec104-server-simulator-testing.jpg)](http://www.freyrscada.com/IEC104_Server_Simulator_Testing.html)\r\n\r\n## [IEC 60870-5-104 Protocol Client Master Simulator test with third party tool](http://www.freyrscada.com/IEC104_Client_Simulator_Testing.html)\t\r\n[![IEC 60870-5-104 Protocol Client Master Simulator test with third party tool](http://www.freyrscada.com/images/iec104-client-simulator-testing.jpg)](http://www.freyrscada.com/IEC104_Client_Simulator_Testing.html)\r\n\r\n## [IEC 60870-5-104 Protocol Server and Client Simulator - File Transfer, Directory command operation](http://www.freyrscada.com/IEC-60870-5-104-Server-Client-File-Transfer-video.html)\t\r\n[![IEC 60870-5-104 Protocol Server and Client Simulator - File Transfer, Directory command operation](http://www.freyrscada.com/images/iec104videoiconfiletransfer.jpg)](http://www.freyrscada.com/IEC-60870-5-104-Server-Client-File-Transfer-video.html)\r\n\r\n## [IEC 60870-5-104 Protocol Server Simulator with Kepware OPC](http://www.freyrscada.com/IEC104_Server_Simulator_Kepware_OPC.html)\t\r\n[![IEC 60870-5-104 Protocol Server Simulator with Kepware OPC](http://www.freyrscada.com/images/IEC104_Server_Simulator_Kepware_OPC.jpg)](http://www.freyrscada.com/IEC104_Server_Simulator_Kepware_OPC.html)\r\n\r\n## [IEC 60870-5-104 Protocol File transfer - Control Direction](http://www.freyrscada.com/IEC104-Filetransfer-controldirection.html)\t\r\n[![IEC 60870-5-104 Protocol File transfer - Control Direction](http://www.freyrscada.com/images/iec104-filetransfer-controldirection.jpg)](http://www.freyrscada.com/IEC104-Filetransfer-controldirection.html)\r\n\r\n## [IEC 60870-5-104 Protocol Server Simulator With Reliance HMI SCADA](http://www.freyrscada.com/IEC104_Server_Simulator_Reliance-HMI-SCADA.html)\t\r\n[![IEC 60870-5-104 Protocol Server Simulator With Reliance HMI SCADA](http://www.freyrscada.com/images/IEC104_Server_Simulator_Reliance-HMI-SCADA.jpg)](http://www.freyrscada.com/IEC104_Server_Simulator_Reliance-HMI-SCADA.html)\r\n\r\n## [IEC 60870-5-104 Protocol Server in Beaglebone Arm Linux](http://www.freyrscada.com/IEC104_Server_Beaglebone_Arm_Linux.html)\t\r\n[![IEC 60870-5-104 Protocol Server in Beaglebone Arm Linux](http://www.freyrscada.com/images/IEC104_Server_Beaglebone_Arm_Linux.jpg)](http://www.freyrscada.com/IEC104_Server_Beaglebone_Arm_Linux.html)\r\n\r\n## [IEC 60870-5-104 Protocol Server Redundancy](http://www.freyrscada.com/iec-104-redundancy.html)\t\r\n[![IEC 60870-5-104 Protocol Server Redundancy](http://www.freyrscada.com/images/iec-104-redundancy.jpg)](http://www.freyrscada.com/iec-104-redundancy.html)\r\n\r\n## [IEC 60870-5-104 Protocol Server Simulator With VTScada HMI SCADA](http://www.freyrscada.com/IEC104-Server-Simulator-With-VTScada.html)\t\r\n[![IEC 60870-5-104 Protocol Server Simulator With VTScada HMI SCADA](http://www.freyrscada.com/images/IEC104-Server-Simulator-With-VTScada.jpg)](http://www.freyrscada.com/IEC104-Server-Simulator-With-VTScada.html)\r\n\r\n## [IEC 60870-5-104 Protocol Server Simulator With Matrikon OPC](http://www.freyrscada.com/IEC104-Server-Simulator-With-Matrikon-OPC.html)\t\r\n[![IEC 60870-5-104 Protocol Server Simulator With Matrikon OPC](http://www.freyrscada.com/images/iec104-matrikon-opcwithsub.JPG)](http://www.freyrscada.com/IEC104-Server-Simulator-With-Matrikon-OPC.html)\r\n\r\n## [ClearSCADA IEC 60870-5-104 Protocol IED Server Simulator testing](http://www.freyrscada.com/clearscada-iec104-point-command-simulation.html)\t\r\n[![ClearSCADA IEC 60870-5-104 Protocol IED Server Simulator testing](http://www.freyrscada.com/images/clearscadaiec104.jpg)](http://www.freyrscada.com/clearscada-iec104-point-command-simulation.html)\r\n\r\n## [ClearSCADA IEC 60870-5-104 Protocol Server Simulator download upload file transfer directory view](http://www.freyrscada.com/clearscada-iec104-file-transfer.html)\t\r\n[![ClearSCADA IEC 60870-5-104 Protocol Server Simulator download upload file transfer directory view](http://www.freyrscada.com/images/clearscada-iec104-filetransfer.jpg)](http://www.freyrscada.com/clearscada-iec104-file-transfer.html)\r\n\r\n\r\n[facebook](https://www.facebook.com/IEC104/)\r\n\r\n[linkedin](https://in.linkedin.com/showcase/iec-60870-5-104)  \r\n\r\n[youtube](https://www.youtube.com/playlist?list=PL4tVfIsUhy1bx7TVjtZnqFB6tbZBhOlJP)\r\n\r\n\r\n# [Download Evaluation Kit - IEC 104 Protocol Development Bundle](http://www.freyrscada.com/iec-60870-5-104.php#Download-IEC60870-5-104-Development-Bundle)\r\n\r\nIn the Development Bundle, We included IEC 60870-5 part 104 Protocol Server  Client Simulator, Windows and Linux SDK, C# projects, Doxygen documentation and Raspberry Pi, BeagleBone Demo library.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "IEC 60870-5-104 protocol Server and Client Implementation - Python Wrapper for IEC 104 protocol",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://www.freyrscada.com/iec-60870-5-104-python.php"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4f4f166461f286752ffca8b2c695f4525f3f400bf8cf68455054b5adc38c5659",
                "md5": "154e998f06bed304589d65551f11331e",
                "sha256": "265720b741e68d5b26396dd4acd4e7147f01f2c9d1a15c748106e8fb50ca2f78"
            },
            "downloads": -1,
            "filename": "iec104_protocol-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "154e998f06bed304589d65551f11331e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 44000,
            "upload_time": "2025-02-09T01:03:52",
            "upload_time_iso_8601": "2025-02-09T01:03:52.462485Z",
            "url": "https://files.pythonhosted.org/packages/4f/4f/166461f286752ffca8b2c695f4525f3f400bf8cf68455054b5adc38c5659/iec104_protocol-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "534e760d64e2f926bad8df5c21eaadfb8d830a12b2e960c248e930da7ae2e244",
                "md5": "59ee2bd9ea2f21082b60c59a9b999702",
                "sha256": "df4d4acface6a22646958a99b0c4500b5b6976bd1832ab5e24b9ca3dcc37fcd1"
            },
            "downloads": -1,
            "filename": "iec104_protocol-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "59ee2bd9ea2f21082b60c59a9b999702",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 48208,
            "upload_time": "2025-02-09T01:03:57",
            "upload_time_iso_8601": "2025-02-09T01:03:57.321994Z",
            "url": "https://files.pythonhosted.org/packages/53/4e/760d64e2f926bad8df5c21eaadfb8d830a12b2e960c248e930da7ae2e244/iec104_protocol-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-09 01:03:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "iec104-protocol"
}
        
Elapsed time: 1.59371s