{"id":15901164,"url":"https://github.com/ra3xdh/qucsator_rf","last_synced_at":"2025-03-21T14:30:56.824Z","repository":{"id":228396243,"uuid":"711141065","full_name":"ra3xdh/qucsator_rf","owner":"ra3xdh","description":"Qucsator-RF is RF circuit simulation kernel for Qucs-S","archived":false,"fork":false,"pushed_at":"2025-03-14T13:07:31.000Z","size":9482,"stargazers_count":18,"open_issues_count":6,"forks_count":5,"subscribers_count":7,"default_branch":"develop","last_synced_at":"2025-03-14T13:40:01.610Z","etag":null,"topics":["cad","cpp","electronics"],"latest_commit_sha":null,"homepage":"https://ra3xdh.github.io/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ra3xdh.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-28T10:42:28.000Z","updated_at":"2025-03-14T13:03:59.000Z","dependencies_parsed_at":"2024-03-22T07:27:58.736Z","dependency_job_id":"fbcf0ec5-6eef-4ed2-9292-bd82f991bad1","html_url":"https://github.com/ra3xdh/qucsator_rf","commit_stats":null,"previous_names":["ra3xdh/qucsator_rf"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ra3xdh%2Fqucsator_rf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ra3xdh%2Fqucsator_rf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ra3xdh%2Fqucsator_rf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ra3xdh%2Fqucsator_rf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ra3xdh","download_url":"https://codeload.github.com/ra3xdh/qucsator_rf/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244141500,"owners_count":20404836,"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","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":["cad","cpp","electronics"],"created_at":"2024-10-06T11:01:44.110Z","updated_at":"2025-03-21T14:30:56.006Z","avatar_url":"https://github.com/ra3xdh.png","language":"C++","readme":"[![Boosty](https://img.shields.io/badge/Boosty-donate-orange.svg)](https://boosty.to/qucs_s)\n[![Telegram](https://img.shields.io/badge/Telegram-chat-blue.svg)](https://t.me/qucs_s)\n[![Website](https://img.shields.io/badge/Website-ra3xdh.github.io-29d682.svg)](https://ra3xdh.github.io/)\n\n\n# Description\n\nQucsatorRF is a command line driven circuit simulator targeted for RF and microwave circuits.  \nIt takes a network list in a certain format as input and outputs a Qucs XML dataset. This repository\nalso contians a QucsconvRF tool for data file formats conversion. \n\nThe Qucs-S project https://github.com/ra3xdh/qucs_s is a recommended GUI for both tools.\n\n# Build instruction\n\n## Dependencies\n\nQucsatorRF uses CMake build system and has the following build dependencies:\n\n* CMake\n* Flex\n* Bison\n* Gperf\n* Dos2unix\n* ADMS is optional. It is disbaled by default and could be enabled using `-DWITH_ADMS=ON` flag\n\nQucsatorRF has no runtime dependencies except the standard C++ library (libstdc++). ADMS is an optional. \n\nUse the following command to install build dependencies on Debian/Ubuntu. Refer to your package manager\ndocumentation for other platfroms. \n\n~~~\nsudo apt-get install build-essential cmake flex bison gperf dos2unix\n~~~\n\n## Linux\n\nPerform the following step to build the project:\n\n* Clone this git repository:\n~~~\ngit clone https://github.com/ra3xdh/qucsator_rf\n~~~\n* Go to the source directory and create the build directory\n~~~\ncd qucsator_rf\nmkdir build\n~~~\n* Configure project with Cmake; define the desired installation path using `CMAKE_INSTALL_PREFIX`.\n~~~\ncd build\ncmake -DCMAKE_INSTALL_PREFIX=/path_to_install/ ..\n~~~\n* Build and install the `qucsator_rf` and `qucsconv_rf`\n~~~\nmake \nmake install\n~~~\n\n## Windows\n\nUse MSYS2 environment to build QucsatorRF. Install the GCC compiler and use CMake. \nThe build procedure and dependencies are the same as for Linux version.\n\n\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fra3xdh%2Fqucsator_rf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fra3xdh%2Fqucsator_rf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fra3xdh%2Fqucsator_rf/lists"}