Skip to content

parbhu/jni_tipc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jni_tipc

JNI bindings for TIPC, to allow apps to use the TIPC IPC mechanism in systems where it's supported (i.e Linux). make followed by ./test.sh should give you some output saying JNI bindings loaded and a "hello world" string.

The example service just publishes a TIPC name based on an ASCII service name. The service instance ID's are generated using String.hashcode() for the given name. (High risk of collision and very unsafe)

About

JNI bindings for TIPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 69.9%
  • C 27.6%
  • Makefile 2.1%
  • Shell 0.4%