#include "../network/adhoc_client.h"

main(int argc, char **argv)
{	
  network_interface *c = new adhoc_client();
  sleep(1000);
}
