All Projects → cslinmiso → Line Instant Messenger Protocol

cslinmiso / Line Instant Messenger Protocol

It is work of Matti Virkkunen, link to http://altrepo.eu/git/line-protocol.git for latest update.

Labels

Projects that are alternatives of or similar to Line Instant Messenger Protocol

Pucket
Bucketing and partitioning system for Parquet
Stars: ✭ 29 (-69.79%)
Mutual labels:  thrift
Thrift
Apache Thrift
Stars: ✭ 8,821 (+9088.54%)
Mutual labels:  thrift
Andl
Andl is A New Database Language
Stars: ✭ 71 (-26.04%)
Mutual labels:  thrift
Thriftclientpool
a thrift client connection pool & simple thrift use demo by golang
Stars: ✭ 32 (-66.67%)
Mutual labels:  thrift
Finagle
A fault tolerant, protocol-agnostic RPC system
Stars: ✭ 8,126 (+8364.58%)
Mutual labels:  thrift
Nettythrift
Thrift on Netty, support TCP/HTTP/WebSocket at same port. support multiple Protocols at same time. multil Simple Clients with Connection Pool.
Stars: ✭ 60 (-37.5%)
Mutual labels:  thrift
Impala Java Client
Java client to connect directly to Impala using thrift
Stars: ✭ 26 (-72.92%)
Mutual labels:  thrift
Springboot Thrift Etcd Ribbon
基于springboot的thrift的rpc, 服务发现基于etcd,路由基于ribbon
Stars: ✭ 75 (-21.87%)
Mutual labels:  thrift
Tns
tns provides distributed solutions for thrift, support service discovery, high availability, load balancing, the gray release, horizontal scaling, and so on.
Stars: ✭ 53 (-44.79%)
Mutual labels:  thrift
Hs2client
C++ native client for Impala and Hive, with Python / pandas bindings
Stars: ✭ 69 (-28.12%)
Mutual labels:  thrift
Spring Thrift Api Gateway
Gateway for Apache Thrift requests processing that is built on Spring Cloud stack
Stars: ✭ 38 (-60.42%)
Mutual labels:  thrift
Node Server Project
基于 node.js + express 技术栈,采用MVC结构设计、JWT + RESTful API、PM2服务监控的Node服务器端项目框架.
Stars: ✭ 47 (-51.04%)
Mutual labels:  thrift
Tchannel
network multiplexing and framing protocol for RPC
Stars: ✭ 1,122 (+1068.75%)
Mutual labels:  thrift
Node Impala
Node Client for Impala using Apache Thrift
Stars: ✭ 30 (-68.75%)
Mutual labels:  thrift
Sails
Create a Thrift Server use like Rails
Stars: ✭ 72 (-25%)
Mutual labels:  thrift
Rpc proxy
基于thrift的服务注册和发现框架
Stars: ✭ 13 (-86.46%)
Mutual labels:  thrift
Thrift Connection Pool
Apache Thrift客户端连接池(client connection pool)
Stars: ✭ 59 (-38.54%)
Mutual labels:  thrift
Evernote Thrift
Thrift IDL files for the Evernote Cloud API
Stars: ✭ 94 (-2.08%)
Mutual labels:  thrift
Thrift connector
Clients of thrift, utilizing connection pools
Stars: ✭ 74 (-22.92%)
Mutual labels:  thrift
Thriftpy
Thriftpy has been deprecated, please migrate to https://github.com/Thriftpy/thriftpy2
Stars: ✭ 1,156 (+1104.17%)
Mutual labels:  thrift

LINE instant messenger protocol documentation

These files are the results of research into the LINE instant messenger protocol. The purpose of the research is to provide information about its inner workings and security to its users as well as produce documentation required to create compatible client software implementations.

The information provided here was gathered by examining official LINE client software.

Files

  • line-protocol.md: Explanation of the wire protocol, the usage of the different functions and other implementation details.
  • line.thrift: An Apache Thrift interface file produced by analyzing official LINE software.
  • line_main.thrift: A filtered version of line.thrift with only the core services required for an instant messenger and some identifiers renamed for better compatibility with some programming languages.

This work is not connected with LINE Corporation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].