{"id":37437886,"url":"https://github.com/spapageo/jannel","last_synced_at":"2026-01-16T06:42:17.644Z","repository":{"id":45422022,"uuid":"55314962","full_name":"spapageo/jannel","owner":"spapageo","description":"Asynchronous high throughput kannel client written in Java","archived":false,"fork":false,"pushed_at":"2022-10-05T19:03:37.000Z","size":130,"stargazers_count":2,"open_issues_count":5,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-24T11:39:47.135Z","etag":null,"topics":["asynchronous","futures","guava","java","kannel","netty"],"latest_commit_sha":null,"homepage":"http://spapageo.github.io/jannel","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spapageo.png","metadata":{"files":{"readme":"README.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}},"created_at":"2016-04-02T20:34:37.000Z","updated_at":"2019-05-12T07:23:43.000Z","dependencies_parsed_at":"2022-09-17T06:50:36.799Z","dependency_job_id":null,"html_url":"https://github.com/spapageo/jannel","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/spapageo/jannel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spapageo%2Fjannel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spapageo%2Fjannel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spapageo%2Fjannel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spapageo%2Fjannel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spapageo","download_url":"https://codeload.github.com/spapageo/jannel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spapageo%2Fjannel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["asynchronous","futures","guava","java","kannel","netty"],"created_at":"2026-01-16T06:42:17.575Z","updated_at":"2026-01-16T06:42:17.627Z","avatar_url":"https://github.com/spapageo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Jannel - Java Kannel library#\n\nThe jannel project implements a client for the bearer-box server using the protocol specified by the Kannel\nproject. It is implemented using the Netty IO framework for robustness and performance. The design is based on \nthe well-known cloudhopper-smpp library.\n\nThe project is still in beta stages and the API is subject to change.\nWill provide releases on the central maven repository and try also to provide snapshots using travis.\n\n[![Build Status](https://travis-ci.org/spapageo/jannel.svg?branch=master)](https://travis-ci.org/spapageo/jannel) [![Coverage Status](https://coveralls.io/repos/github/spapageo/jannel/badge.svg?branch=master)](https://coveralls.io/github/spapageo/jannel?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.spapageo/jannel/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.spapageo/jannel)\n[![Coverity Scan Build Status](https://scan.coverity.com/projects/8660/badge.svg)](https://scan.coverity.com/projects/spapageo-jannel)\n\n##Usage##\n\nInclude the dependency of your pom file:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.spapageo\u003c/groupId\u003e\n    \u003cartifactId\u003ejannel\u003c/artifactId\u003e\n    \u003cversion\u003e0.1.1.BETA\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nUsing the library works as follows:\n\n```java\nClientSessionConfiguration config = new ClientSessionConfiguration(\"awesome_box\");\nconfig.setHost(\"localhost\");\nconfig.setPort(12000)\n\nJannelClient jannelClient = new JannelClient(2);\n\nClientSession session = jannelClient.identify(config, mySessionHandler);\n\nSms sms = new Sms(\"hello\",\n                  \"306975834115\",\n                  \"Hello World ασδασδ ςαδ`\",\n                  SmsType.MOBILE_TERMINATED_PUSH,\n                  DataCoding.DC_UCS2);\n\nWindowFuture\u003cSms, Ack\u003e future = session.sendSms(sms, 5000, false);\n\nAck response = future.get();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspapageo%2Fjannel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspapageo%2Fjannel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspapageo%2Fjannel/lists"}