{"id":22326012,"url":"https://github.com/solarnetwork/nifty-modbus","last_synced_at":"2025-10-11T09:40:53.457Z","repository":{"id":64139649,"uuid":"571435123","full_name":"SolarNetwork/nifty-modbus","owner":"SolarNetwork","description":"A delightful little Modbus library for Java.","archived":false,"fork":false,"pushed_at":"2025-09-13T23:28:59.000Z","size":858,"stargazers_count":35,"open_issues_count":0,"forks_count":9,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-09-14T01:16:44.603Z","etag":null,"topics":["java","jserialcomm","modbus","modbus-master","modbus-rtu","modbus-slave","modbus-tcp","netty","purejavacomm"],"latest_commit_sha":null,"homepage":"","language":"Java","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/SolarNetwork.png","metadata":{"files":{"readme":"README-Developers.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-28T05:50:48.000Z","updated_at":"2025-09-09T15:34:32.000Z","dependencies_parsed_at":"2023-02-14T11:46:04.053Z","dependency_job_id":"f15e3025-c135-4c7b-b2c5-21db40ea1e1c","html_url":"https://github.com/SolarNetwork/nifty-modbus","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/SolarNetwork/nifty-modbus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolarNetwork%2Fnifty-modbus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolarNetwork%2Fnifty-modbus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolarNetwork%2Fnifty-modbus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolarNetwork%2Fnifty-modbus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SolarNetwork","download_url":"https://codeload.github.com/SolarNetwork/nifty-modbus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolarNetwork%2Fnifty-modbus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006750,"owners_count":26084182,"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-10-11T02:00:06.511Z","response_time":55,"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":["java","jserialcomm","modbus","modbus-master","modbus-rtu","modbus-slave","modbus-tcp","netty","purejavacomm"],"created_at":"2024-12-04T02:15:03.879Z","updated_at":"2025-10-11T09:40:53.437Z","avatar_url":"https://github.com/SolarNetwork.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nifty Modbus - Developers Guide\n\nThis document has information for developers of Nifty Modbus.\n\n# Publishing to Local Maven repository\n\nYou can publish the artifacts to your local Maven repository (e.g. `~/.m2/repository`) like this:\n\n```sh\n./gradlew publishToMavenLocal\n```\n\n# Publishing to Maven Central\n\nTo publish to Maven Central use the `publish` Gradle task. You must provide your Sonatype\ncredentials and the GPG signing key to use as project properties:\n\n| Property | Description |\n|:---------|:------------|\n| `signing.gnupg.keyName` | The GPG signing key ID to use. |\n| `ossrhUsername` | The Sonatype username. |\n| `ossrhPassword` | The Sonatype password. |\n\nYou can provide these using `-P` command line arguments, e.g.\n\n```sh\n./gradlew publish -Psigning.gnupg.keyName=ABC123DEF -PossrhUsername=user -PossrhPassword=pass\n```\n\nAlternatively you can create a `gradle.properties` file (which will be ignored by Git) and place\nthe properties there, e.g.\n\n```\nsigning.gnupg.keyName = ABC123DEF\nossrhUsername = user\nossrhPassword = password\n```\n\nAlternatively you can also provide the credentials via environment variables (the signing key, as it\ncontains dot characters, cannot so easily be provided this way):\n\n * `ORG_GRADLE_PROJECT_ossrhUsername` - the username\n * `ORG_GRADLE_PROJECT_ossrhPassword` - the password\n\nFor example you could create a small shell script `nifty-publish.env`:\n\n```sh\nexport ORG_GRADLE_PROJECT_ossrhUsername=\"my username\"\nexport ORG_GRADLE_PROJECT_ossrhPassword=\"my password\"\n```\n\nThen you can do this to publish:\n\n```sh\nsource nifty-publish.env\n./gradlew publish -Psigning.gnupg.keyName=ABC123DEF\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolarnetwork%2Fnifty-modbus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolarnetwork%2Fnifty-modbus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolarnetwork%2Fnifty-modbus/lists"}