Questions tagged [tipc]

Transparent Inter-process Communication (TIPC) is a network communications protocol for Inter-process communication (IPC) that was designed for intra-cluster communication.

10 questions
1
vote
6 answers

TIPC networking protocol in Linux

How should I program to use TIPC networking protocol, that comes with linux kernel (CONFIG_TIPC xconfig parameter) ? Is there any applications, which uses TIPC?
osgx
  • 90,338
  • 53
  • 357
  • 513
1
vote
1 answer

Are TIPC and distributed erlang related?

I was browsing the wikipedia page on TIPC (http://en.wikipedia.org/wiki/TIPC) and noticed that the addressing scheme used is similar to Distributed Erlang's pid addresses, when you display it on a different node. Just wondering, since both efforts…
Hristo Asenov
  • 439
  • 1
  • 4
  • 8
1
vote
1 answer

Tipc module not found

I was going to execute TIPC programs on my ubuntu machine.I have downloaded tipcutils2.0.2 and executed all make file but when i try to run command tipc-config netid="" ,,,,, It shows he following error ~/tipcutils-2.0.2/tipc-config$…
user3032010
  • 47
  • 2
  • 9
0
votes
1 answer

Messaging framework for a linux cluster using TIPC

I am trying to learn/design a messaging framework on a linux based carrier grade box. the legacy design that i have uses sockets to achieve the same. I have been evaluating TIPC since it is optimized for intra cluster IPC, hence faster, more…
rajshenoy
  • 501
  • 1
  • 7
  • 16
0
votes
0 answers

Problems trying to use TIPC on RHEL 8.4

I'm trying to use TIPC on RHEL8.4 to manually communicate OpenSAF nodes, using this protocol instead of TCP. OpenSAF is designed to work with TIPC but only as L2 and, in this case, we need IP routing. That's why I'm configuring it manually. I am…
Pablo MM
  • 1
  • 1
0
votes
1 answer

Mac - fatal error: 'linux/tipc.h' file not found

When running a "make" command, fatal errors are returned due to missing linux headers. Example: fatal error: file not found
TruBlu
  • 441
  • 1
  • 4
  • 15
0
votes
0 answers

Issue Building TIPC module for RHEL7.6 base kernel

I am trying to build the TIPC module for RHEL7.6 kernel. I set up the build environment but ran into the EXACT set of problems shown here. Apparently Red Hat ported some kernel changes but didn't rebuild all dependencies. STACK EXCHANGE I made the…
edged1g
  • 1
  • 2
0
votes
0 answers

Not able to make tipc module

I am not able to build tipc module when executed Makefile using make command in the path /tipc-1.7.7-bundle/net/tipc. The errors comes as target not found. I extracted the tipc 1.7 package in root directory. My operating system is CentOs 6.3. The…
0
votes
1 answer

TIPC socket types in Linux

When using in Linux a TIPC socket, when should I use TIPC_ADDR_ID, TIPC_ADDR_NAME, TIPC_ADDR_NAMESEQ. Can someone tell what is the different between them? What are the benefits of each address?
Rafi Kalan
  • 73
  • 5
-2
votes
1 answer

tipc protocol in windows

Any idea for TIPC protocol on Windows systems or any similar protocol which is available on windows ? Thanks Arpit
Arpit
  • 4,259
  • 10
  • 38
  • 43