{"id":18496794,"url":"https://github.com/riclolsen/qtester104","last_synced_at":"2025-09-05T05:42:23.104Z","repository":{"id":39615454,"uuid":"55528521","full_name":"riclolsen/qtester104","owner":"riclolsen","description":"Protocol tester for IEC60870-5-104 protocol","archived":false,"fork":false,"pushed_at":"2025-05-02T18:19:05.000Z","size":18407,"stargazers_count":80,"open_issues_count":1,"forks_count":46,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-02T19:25:20.969Z","etag":null,"topics":["communication-protocol","iec60870","iec60870-5-104","rtu","scada"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/riclolsen.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"License-gpl-3.0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["riclolsen"]}},"created_at":"2016-04-05T17:35:44.000Z","updated_at":"2025-05-02T18:20:47.000Z","dependencies_parsed_at":"2024-12-23T17:11:33.030Z","dependency_job_id":"6a3dff62-459b-46c8-998c-da4353c8387e","html_url":"https://github.com/riclolsen/qtester104","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/riclolsen/qtester104","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riclolsen%2Fqtester104","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riclolsen%2Fqtester104/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riclolsen%2Fqtester104/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riclolsen%2Fqtester104/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riclolsen","download_url":"https://codeload.github.com/riclolsen/qtester104/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riclolsen%2Fqtester104/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273717895,"owners_count":25155482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["communication-protocol","iec60870","iec60870-5-104","rtu","scada"],"created_at":"2024-11-06T13:31:49.041Z","updated_at":"2025-09-05T05:42:23.096Z","avatar_url":"https://github.com/riclolsen.png","language":"C++","funding_links":["https://github.com/sponsors/riclolsen"],"categories":[],"sub_categories":[],"readme":"QTester104 Copyright © 2010-2025 Ricardo L. Olsen.\r\n\r\n    This program is free software: you can redistribute it and/or modify\r\n    it under the terms of the GNU General Public License as published by\r\n    the Free Software Foundation, either version 3 of the License, or\r\n    (at your option) any later version.\r\n\r\n    This program is distributed in the hope that it will be useful,\r\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r\n    GNU General Public License for more details.\r\n\r\n    You should have received a copy of the GNU General Public License\r\n    along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\r\n\r\nThis software implements an IEC 60870-5-104 protocol tester.\r\nIEC 60870-5-104 is a commonly used protocol for data acquisition and control of power substations.\r\n\r\nDirectories:\r\nsrc - multiplatform qt sources, compile with QT 6.9.0 or later on any supported platform.\r\nbin - windows x64 binaries built with QT 6.9.0.\r\nconf - configuration file\r\n\r\nCan be used to poll substation data and issue commands.\r\nThe base protocol classes are pure C++ without any platform or non-standard library dependencies, can be used to develop software with other compiler/library/sdk.\r\nThe software is part of a full substation HMI project (OSHMI - Open Substation HMI), it functions as a protocol module for the HMI, but can be used as a standalone protocol tester.\r\n\r\nIt's possible to send a General Interrogation ([GI] button) and log messages on the screen. \r\nAt the right panel is shown a table with the following data columns:\r\nProtocol [Address] | Last acquired [Value] | ASDU [Type] | [Cause] of transmission | Quality [Flags] | [Count] of transmissions.\r\n\r\nThe protocol quality flags are:\r\non / off / tra (double point transition) / ind (double point indefinite) / bl (blocked) / iv (invalid) / nt (not topical) / sb (substituted) / ov (overflow) / t (reg.step transition).\r\n\r\nAn optional configuration file can be used to store parameters, in the form of a INI file (qtester104.ini):\r\n\r\n[BDTR]\r\n; 0 (default): Normal operation mode\r\n; 1: Force to be primary when in redundant mode\r\n; FORCE_PRIMARY=0\r\n\r\n[IEC104] \r\nPRIMARY_ADDRESS=1        ; link address of the primary station (computer)\r\n\r\n[RTU1]                   ; communicates with only one RTU in this version\r\nSECONDARY_ADDRESS=2      ; protocol link address of the RTU\r\nIP_ADDRESS=192.168.1.1   ; IP address of the RTU\r\n; IP_ADDRESS_BACKUP=192.168.1.2   ; IP address of the BACKUP RTU\r\nALLOW_COMMANDS=1         ; 1=allow sending commands, 0=don't permit commands\r\nPORT=2404              ; Protocol port (default=2404)\r\n; GI_PERIOD = 330        ; time period in seconds for automatic general interrogations (default=330s, 0=disable)\r\n\r\nUSE_TLS=0                                              ; 1=use TLS, 0=use plain TCP \r\nCA_CERT_PATH=c:/temp/ca.crt                            ; root CA certificate in PEM format\r\nLOCAL_CERT_PATH=c:/temp/client.crt                     ; client certificate in PEM format\r\nPRIVATE_KEY_PATH=c:/temp/client_unencrypted.key        ; cliente key in unencrypted PEM format\r\nVERIFY_PEER=0                                          ; 1=verify server certificate against CA root 0=do not check server certificate\r\n\r\nThank you for the interest, please feel free to comment and contribute.\r\n\r\n\r\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\r\n * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\r\n * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\r\n * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\r\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\r\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\r\n * THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friclolsen%2Fqtester104","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friclolsen%2Fqtester104","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friclolsen%2Fqtester104/lists"}