Added support for (simulated) serial data input. Data written to netsim's standard input are now sent as serial data to the main node.
This commit is contained in:
parent
7fcb1f3b2a
commit
7a356d0fb5
9 changed files with 120 additions and 35 deletions
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
* Author: Adam Dunkels <adam@sics.se>
|
||||
*
|
||||
* $Id: nodes.h,v 1.3 2006/10/23 09:01:06 adamdunkels Exp $
|
||||
* $Id: nodes.h,v 1.4 2008/01/14 09:38:16 adamdunkels Exp $
|
||||
*/
|
||||
#ifndef __NODES_H__
|
||||
#define __NODES_H__
|
||||
|
@ -63,4 +63,6 @@ struct nodes_node {
|
|||
|
||||
#define NODES_PORTBASE 5000
|
||||
|
||||
extern int nodes_base_node_port;
|
||||
|
||||
#endif /* __NODES_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue