-
Hi,
LINX over Ethernet requires two end-points/interfaces with different MAC addresses on the same subnet. If one or both of the machines are real physical machines or virtual machines doesn't matter to LINX. Any virtual machine should do, Vmware, VirtualBox etc., each instance of the virtual machine gets assigned a unique MAC-address, use that MAC address if you wish to connect to it using...
2009-08-31 15:01:14 UTC in LINX
-
dejanbucar added jonas-johansson to the LINX project.
2009-08-25 11:15:03 UTC in LINX
-
LINX for Linux 2.2 is a open source package, containing the LINX kernel module, LINX Ethernet Connection Manager (CM) module, LINX TCP CM module, the LINX library, tools for supervising and for configuring inter-node communication and the LINX Gateway server.
LINX for Linux 2.2.2 is a patch release solving an issue with linx_receive_w_tmo were the timeout is set to zero and a large signal is...
2009-07-06 15:14:13 UTC in LINX
-
dejanbucar changed the LINX for Linux 2.2.2 file release.
2009-07-06 15:08:06 UTC in LINX
-
dejanbucar changed the LINX for Linux 2.2.2 file release.
2009-07-06 15:07:49 UTC in LINX
-
dejanbucar changed the LINX for Linux 2.2.2 file release.
2009-07-06 15:07:00 UTC in LINX
-
dejanbucar added the linx-2.2.2.tar.gz file.
2009-07-06 15:06:39 UTC in LINX
-
dejanbucar changed the LINX for Linux 2.2.2 file release.
2009-07-06 15:03:26 UTC in LINX
-
dejanbucar created the LINX for Linux 2.2.2 file release.
2009-07-06 15:03:02 UTC in LINX
-
Hi Arun,
Is it possible to have a unique LINX endpoint in each thread? One thread with a LINX endpoint doing the sending and then another thread with a LINX endpoint doing the receiving?
Thread 1:
linx1 = linx_open(...);
for(;;) {
...
linx_send(linx1,...);
...
}
linx_close(linx1);
Thread 2:
linx2 = linx_open(...);
for(;;) {
...
linx_receive(linx2,...);.
2009-06-22 13:45:56 UTC in LINX