package rina.ipc.test;
/**
* @copyright 2013 Computer Science Department, Recursive InterNetworking Architecture (RINA) laboratory, Boston University.
* All rights reserved. Permission to use, copy, modify, and distribute this software and its documentation
* for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all
* copies and that both the copyright notice and this permission notice appear in supporting documentation.
* The RINA laboratory of the Computer Science Department at Boston University makes no
* representations about the suitability of this software for any purpose.
*
* @author Yuefeng Wang. Computer Science Department, Boston University
*/
import rina.ipc.impl.IPCImpl;
import rina.irm.impl.IRMImpl;
public class bu_host3_ipc {
public static void main(String args[])
{
String file = "./experimentConfigFiles/testConfigFiles/bu_host3.properties";
IPCImpl bu_host3 = new IPCImpl(file);
}
}