{"id":34836320,"url":"https://github.com/larsid/soft-iot-dlt-client-tangle","last_synced_at":"2026-05-20T23:05:14.020Z","repository":{"id":75339476,"uuid":"293413202","full_name":"larsid/soft-iot-dlt-client-tangle","owner":"larsid","description":"Bundle OSGI compatível com a plataforma SOFT-IOT.","archived":false,"fork":false,"pushed_at":"2024-01-28T01:47:47.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-01-28T02:35:52.677Z","etag":null,"topics":["aries-blueprint","iota","ledger","osgi-bundle","servicemix"],"latest_commit_sha":null,"homepage":"","language":"Java","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/larsid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-09-07T03:30:43.000Z","updated_at":"2024-01-28T02:36:01.742Z","dependencies_parsed_at":"2024-01-28T02:46:02.582Z","dependency_job_id":null,"html_url":"https://github.com/larsid/soft-iot-dlt-client-tangle","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/larsid/soft-iot-dlt-client-tangle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larsid%2Fsoft-iot-dlt-client-tangle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larsid%2Fsoft-iot-dlt-client-tangle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larsid%2Fsoft-iot-dlt-client-tangle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larsid%2Fsoft-iot-dlt-client-tangle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/larsid","download_url":"https://codeload.github.com/larsid/soft-iot-dlt-client-tangle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/larsid%2Fsoft-iot-dlt-client-tangle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28032309,"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-12-25T02:00:05.988Z","response_time":58,"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":["aries-blueprint","iota","ledger","osgi-bundle","servicemix"],"created_at":"2025-12-25T16:01:41.512Z","updated_at":"2025-12-25T16:02:30.714Z","avatar_url":"https://github.com/larsid.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# soft-iot-dlt-client-tangle\n\nO `soft-iot-dlt-client-tangle` é o _bundle_ responsável por provê a serviços de escrita e leitura na rede Tangle. Ele também especifica um conjunto de transações que são utilizados no protocolo de balanceamento de carga.\n\n# Instalação\n\nPara instalar o `client-tangle` é necessário configurar o repositório fonte e em seguida executar o seguinte comando no terminal do servicemix.\n\n    bundle:install mvn:com.github.larsid/soft-iot-dlt-client-tangle/main\n\n# Configurações\n\n| Propriedade    | Descrição                                                                                                   | Valor padrão                                                                                                                         |\n| -------------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |\n| DLT_PROTOCOL   | Define qual é o tipo de protocolo utilizado pelo cliente da API.                                            | https                                                                                                                                |\n| DLT_URL        | Define qual é a URL do nó da rede que o cliente deve se conectar.                                           | nodes.devnet.iot.org                                                                                                                 |\n| DLT_PORT       | Define a porta.                                                                                             | 443                                                                                                                                  |\n| ADDRESS        | Define o endereço da transação.                                                                             | [Verificar aqui](https://github.com/larsid/soft-iot-dlt-client-tangle/blob/master/src/main/resources/soft.iot.dlt.client.tangle.cfg) |\n| DEPTH          | -                                                                                                           | 3                                                                                                                                    |\n| MWM            | -                                                                                                           | 9                                                                                                                                    |\n| SECURITY_LEVEL | -                                                                                                           | 2                                                                                                                                    |\n| VALUE          |                                                                                                             | 0                                                                                                                                    |\n| BUFFER_MAX_LEN | Define o tamanho máximo do `buffer` que armazena as transações que serão enviadas para a rede.              | 128                                                                                                                                  |\n| ZMQ_SOCKET_PROTOCOL | Define qual é o protocolo do sistema de mensageria que utilizado pela rede para notificar o estado das transações. | tcp                                                                                                       |\n| ZMQ_SOCKET_URL | Define qual é a URL do sistema de mensageria que utilizado pela rede para notificar o estado das transações. | zmq.devnet.iota.org                                                                                                       |\n| ZMQ_SOCKET_PORT | Define qual é a porta do sistema de mensageria que utilizado pela rede para notificar o estado das transações. | 5556                                                                                                       |\n\n| :arrow_left: [load-monitor](https://github.com/larsid/soft-iot-dlt-load-monitor#readme) | ............................... :arrow_up: [Voltar ao topo](#soft-iot-dlt-client-tangle) :arrow_up: ............................... | [load-balancer](https://github.com/larsid/soft-iot-dlt-client-tangle#readme) :arrow_right: |\n| :-------------------------------------------------------------------------------------: | ----------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------: |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarsid%2Fsoft-iot-dlt-client-tangle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flarsid%2Fsoft-iot-dlt-client-tangle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarsid%2Fsoft-iot-dlt-client-tangle/lists"}