代码搜索结果
找到约 10,000 项符合
Communication 的代码
attributereply.java
/* Copyright (c) 2005-2008 Jan S. Rellermeyer
* Information and Communication Systems Research Group (IKS),
* Department of Computer Science, ETH Zurich.
* All rights reserved.
*
* Redistribution
interface
$Id: INTERFACE,v 1.1.4.1 2001/11/20 14:19:33 kai Exp $
Description of the Interface between Linklevel and Hardwarelevel
of isdn4linux:
The Communication between Linklevel (LL) and Hardwarelevel
readme
Introduction
------------
RMCast is a reliable source-ordered multicast protocol implementation
for message-oriented multi-sender group communication built on top of
IPv4 multicast. It uses se
interface
$Id: INTERFACE,v 1.1.4.1 2001/11/20 14:19:33 kai Exp $
Description of the Interface between Linklevel and Hardwarelevel
of isdn4linux:
The Communication between Linklevel (LL) and Hardwarelevel
makefile
#
# $RCSfile: Makefile,v $
# $Revision: 1.4 $
# $Date: 2000/03/07 20:27:54 $
# $Locker: $
# author: Tucker Balch
#
THISDIR = src/EDU/gatech/cc/is
SUBDIRS = abstractrobot clay communication learning
makefile
#
# $RCSfile: Makefile,v $
# $Revision: 1.2 $
# $Date: 2000/03/07 20:28:16 $
# $Locker: $
# author: Tucker Balch
#
THISDIR = src/EDU/gatech/cc/is/communication
SUBDIRS =
JAVAFILES = $(shell echo *
registermessage.java
/*
* RegisterMessage.java
*/
package EDU.gatech.cc.is.communication;
import java.io.*;
import EDU.gatech.cc.is.util.*;
/**
* A message to register the client with the server. For use internall
reinforcementmessage.java
/*
* ReinforcementMessage.java
*/
package EDU.gatech.cc.is.communication;
import java.io.*;
import EDU.gatech.cc.is.util.*;
/**
* Messages concerning reinforcement communicated to/from a robot.
capture.java
/*
* Capture.java
*/
package EDU.gatech.cc.is.abstractrobot;
import EDU.gatech.cc.is.communication.Transceiver;
import EDU.gatech.cc.is.util.*;
/**
* Provides an abstract interface to the hardw
socsmall.java
/*
* SocSmall.java
*/
package EDU.gatech.cc.is.abstractrobot;
import EDU.gatech.cc.is.util.*;
import EDU.gatech.cc.is.communication.*;
/**
* Provides an abstract interface to the simulated
* h