US20030016650A1 - Method used to create multihop RF network based on a low performance 8 bit microcontroller - Google Patents
Method used to create multihop RF network based on a low performance 8 bit microcontroller Download PDFInfo
- Publication number
- US20030016650A1 US20030016650A1 US09/682,070 US68207001A US2003016650A1 US 20030016650 A1 US20030016650 A1 US 20030016650A1 US 68207001 A US68207001 A US 68207001A US 2003016650 A1 US2003016650 A1 US 2003016650A1
- Authority
- US
- United States
- Prior art keywords
- message
- node
- network
- address
- serial device
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
- 238000000034 method Methods 0.000 title claims abstract description 24
- 239000000872 buffer Substances 0.000 claims abstract description 52
- 238000013500 data storage Methods 0.000 claims abstract description 9
- 238000012545 processing Methods 0.000 claims description 20
- 230000004044 response Effects 0.000 claims description 11
- 238000004891 communication Methods 0.000 claims description 6
- 125000004122 cyclic group Chemical group 0.000 claims description 4
- 230000002093 peripheral effect Effects 0.000 abstract description 2
- 230000005540 biological transmission Effects 0.000 description 3
- 230000008569 process Effects 0.000 description 2
- 239000008186 active pharmaceutical agent Substances 0.000 description 1
- 230000004075 alteration Effects 0.000 description 1
- 230000001788 irregular Effects 0.000 description 1
- 238000012423 maintenance Methods 0.000 description 1
- 238000007726 management method Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012876 topography Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/56—Routing software
- H04L45/566—Routing instructions carried by the data packet, e.g. active networks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/02—Topology update or discovery
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/32—Flooding
Definitions
- This invention relates to data transmission over a multi-hop RF network using a low cost and low processing power 8-bit micro controller in order to overcome power limitations on the signal.
- a RF network is a group of nodes distributed in an irregular topography, everyone within the power area of the other nodes.
- some RF networks employ a net layer that improves the utilization of a method which is capable of send a message hopping through nodes until it reaches the destination node.
- Table based stores all the routing information in a data storage unit or DSU ( 118 ), when a node needs to send a message, uses the information stored in the DSU ( 118 ) in order to route the message.
- Dynamical routing based routes dynamically the messages, and does not need the DSU, but the messages present in the network are higher, when a node needs to send a message sends a broadcast in order to obtain the path to the destination node and then sends the message. Due to mobility, the table based methods must maintain the table. The maintenance is an algorithm that periodically updates the table.
- the low performance 8-bit micro-controllers have speed, memory and processing limitations, so it is hard to use for a RF multi-hop network application.
- the devices developed with this method have to be economical because of the low performance 8-bit micro-controller low cost.
- This invention comprises a method to manage the routing in a multi-hop network.
- the hardware platform is an 8-bit micro-controller with additional peripherals.
- the data storage unit ( 118 ) is implemented by an external memory.
- This method uses four internal data buffers and an algorithm to manage them inside the micro-controller.
- FIG. 1 shows the hardware architecture for a single node.
- FIG. 2 shows the data architecture inside the micro-controller, and the flow of data.
- FIG. 3 shows the internal architecture of the data storage unit.
- FIG. 4 shows the fields inside the header.
- FIG. 5 shows a normal message transmission on a multi-hop network.
- FIG. 6 shows the algorithm of the request response functionality.
- Each node uses as basic components a micro-controller ( 114 ), a RF transceiver ( 116 ), a DSU ( 118 ) and a hardwired interface to communicate a serial device or SD ( 112 ) like a computer to the RF network.
- a micro-controller 114
- a RF transceiver 116
- DSU 118
- a hardwired interface to communicate a serial device or SD ( 112 ) like a computer to the RF network.
- Each node has two interfaces; one interface is node to serial device, comprising an asynchronous data input an output, and its own buffers ( 210 and 216 ). Another interface is a node to net, with an input buffer ( 214 ) and an output buffer ( 218 ).
- the buffers are located internally in the 8-bit micro-controller ( 114 ) as shown on FIG. 2. The flow of the information goes through the buffers according to the kind of message.
- Each node has one DSU ( 118 ), located externally out the micro-controller.
- This DSU stores the address table, comprised by many node addresses or NA ( 312 a 1 , 312 a 2 , 312 a 3 , until 312 an , let be n addresses), and the configuration data or CD ( 310 ).
- a header is the beginning of the message.
- the header contains fields, which are useful to send messages through a multi-hop network; these fields manage the flow of the message through the net. Therefore, in order to send a message through the multi-hop network, it is needed only four fields: sender node address ( 414 ), transmitter node address ( 410 ), receiver node address ( 412 ) and destination node address ( 416 ).
- the sender node address or SNA contains the address of the node that originates the message.
- the transmitter node address or TNA contains the address of the node that is transmitting the message, this address changes when the message go through the net adopting the address of the n° hop.
- the receiver node address or RNA contains the address of the node that is receiving the message from the n° hop, and will be the n+1° hop in the next hop.
- the destination node address or DNA ( 416 ) contains the address of the last node that receives the message.
- a normal communication in a multi-hop network is as shown in FIG. 5.
- This scheme comprises a message hopping from node to node.
- a sender node or SN ( 510 ), it sends the message at first.
- a transmitter node or TN ( 512 ), it is the n° hop and transmits the message to the n+1° hop.
- a receiver node or RN ( 514 ), which is the n+1° hop and receives the message in order to retransmit it; a destination node or DN ( 516 ), which receives the message at last; and a message or M ( 518 ), which is hopping through the network.
- the operation of this invention comprises four cases, when the message goes from the serial device to the network, from the serial device to the same serial device, from the network to the serial device, and from the network to the network.
- serial device input buffer or SDIB 210
- the message is copied, previous processing, to a transmission buffer or network output buffer NOB ( 218 ), and goes away through the network.
- the data is received from a buffer named network input buffer NIB ( 214 ) and stored in a buffer named auxiliary buffer or AB ( 212 ), thus before processing, the message is copied, to the SDOB ( 216 ), and goes to the serial device ( 112 ).
- the data is received from the NIB ( 214 ), then is copied to the AB ( 212 ), thus before processing, the message is copied, to the NOB ( 218 ), and goes away through the network. This case can be originated by a retransmission of the message too.
- this invention enables the utilization of the algorithm shown in FIG. 6.
- This algorithm works as follows. When a message is received from the network ( 610 ), is compared the destination node address ( 416 ) with the own node address ( 612 ). If the comparison does not match, this is because a retransmission message, then the node searches for the next hop ( 614 ) and retransmit the message ( 616 ). When the comparison matches, the message is tested to determine if it is a network command or NC ( 618 ). If the message is a NC, the NC will be executed by the node ( 620 ).
- the RR ( 422 ) is tested ( 622 ), if the response is required the node sends a message back to the sender node ( 626 ), if no response is required the algorithm ends ( 624 ).
- the message is not a NC, then the message is sent to the serial device ( 628 ).
- the RR ( 422 ) is tested ( 622 ), if the response is required the node sends a request response message to the serial device ( 630 ), thus after the serial device answer, the node sends this answer back to the sender node ( 626 ). If no response is required, then the algorithm ends ( 624 ).
- a first node sends its update table to everybody, then the neighborhood send the acknowledge message to the sender, the sender sorts the neighborhood by its address, then the sender requires each by each neighborhood its node address table in order to complete the entire network. If a neighbor does not sends the acknowledge message, thus it will figure as a node behind one neighbor, then the error will disappear when these nodes exchange messages between them.
- the first node has the completed table, sends messages to the network, each by each node, in order to include the own address in the others node tables.
- This invention is suitable for developing low cost communication devices on a RF medium, because the use of low cost micro-controller and low cost transmitters.
- a device that uses this method can be easily connected to a serial device, for example: a computer, with a minimal of technical knowledge. Therefore, it is possible to make a low cost and reliable RF computer network, with low power consumption, ideally when powered with batteries.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Small-Scale Networks (AREA)
- Mobile Radio Communication Systems (AREA)
- Computer And Data Communications (AREA)
Abstract
This invention comprises a method to manage the routing in a multi-hop network. The hardware platform is an 8-bit micro-controller with additional peripherals. The data storage unit (118) is implemented by an external memory. This method uses four internal data buffers and an algorithm to manage them inside the micro-controller.
Description
- 1. Field of Invention
- This invention relates to data transmission over a multi-hop RF network using a low cost and low processing power 8-bit micro controller in order to overcome power limitations on the signal.
- 2. Discussion of Prior Art
- A RF network is a group of nodes distributed in an irregular topography, everyone within the power area of the other nodes.
- Communicating with a node through more than one node is known as a multiple-hop communication system.
- In order to overcome the problems of the power limitations of the signal, some RF networks employ a net layer that improves the utilization of a method which is capable of send a message hopping through nodes until it reaches the destination node.
- These methods use one of two ways for routing, and according to which one is used, the method is table based or dynamical routing based. Table based stores all the routing information in a data storage unit or DSU (118), when a node needs to send a message, uses the information stored in the DSU (118) in order to route the message. Dynamical routing based routes dynamically the messages, and does not need the DSU, but the messages present in the network are higher, when a node needs to send a message sends a broadcast in order to obtain the path to the destination node and then sends the message. Due to mobility, the table based methods must maintain the table. The maintenance is an algorithm that periodically updates the table. The utilization of high performance micro-controllers to manage the complex algorithm for routing has been widely used U.S. Pat. No. 5,682,379, so, in order to decrease the cost of the device used as node this invention is a method to communicate nodes within a multi-hop network using low performance 8-BMC (114).
- So is well known, the low performance 8-bit micro-controllers have speed, memory and processing limitations, so it is hard to use for a RF multi-hop network application. Thus, the devices developed with this method have to be economical because of the low performance 8-bit micro-controller low cost.
- This invention comprises a method to manage the routing in a multi-hop network.
- The hardware platform is an 8-bit micro-controller with additional peripherals. The data storage unit (118) is implemented by an external memory.
- This method uses four internal data buffers and an algorithm to manage them inside the micro-controller.
- Accordingly, several objects and advantages of the present invention are:
- a) To provide a wireless multi hop network management with a single 8-bit micro-controller, suitable to the processing and memory limitations of a low processing power micro-controller.
- b) To interface an external serial device with the multi hop network.
- c) To achieve a low cost device.
- d) To increase the network area, instead increasing the power of the signal.
- FIG. 1 shows the hardware architecture for a single node.
- FIG. 2 shows the data architecture inside the micro-controller, and the flow of data.
- FIG. 3 shows the internal architecture of the data storage unit.
- FIG. 4 shows the fields inside the header.
- FIG. 5 shows a normal message transmission on a multi-hop network.
- FIG. 6 shows the algorithm of the request response functionality.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Each node uses as basic components a micro-controller (114), a RF transceiver (116), a DSU (118) and a hardwired interface to communicate a serial device or SD (112) like a computer to the RF network.
- Each node has two interfaces; one interface is node to serial device, comprising an asynchronous data input an output, and its own buffers (210 and 216). Another interface is a node to net, with an input buffer (214) and an output buffer (218).
- The buffers are located internally in the 8-bit micro-controller (114) as shown on FIG. 2. The flow of the information goes through the buffers according to the kind of message.
- Each node has one DSU (118), located externally out the micro-controller. This DSU stores the address table, comprised by many node addresses or NA (312 a 1, 312 a 2, 312 a 3, until 312 an, let be n addresses), and the configuration data or CD (310).
- A header is the beginning of the message. The header contains fields, which are useful to send messages through a multi-hop network; these fields manage the flow of the message through the net. Therefore, in order to send a message through the multi-hop network, it is needed only four fields: sender node address (414), transmitter node address (410), receiver node address (412) and destination node address (416).
- The sender node address or SNA (414) contains the address of the node that originates the message. The transmitter node address or TNA (410) contains the address of the node that is transmitting the message, this address changes when the message go through the net adopting the address of the n° hop. The receiver node address or RNA (412) contains the address of the node that is receiving the message from the n° hop, and will be the n+1° hop in the next hop. The destination node address or DNA (416) contains the address of the last node that receives the message.
- Some kind of messages requires an answer from the destination node, therefore, the header must contain a field inside that indicates this condition, so there is a field named RR (422).
- There are fields in the header that are not mentioned, but its use is reserved to the medium access control layer. They are: length or L (418), frame tag or FT (420), data string or DS (424) and cyclic redundancy check or CRC (426).
- A normal communication in a multi-hop network is as shown in FIG. 5. This scheme comprises a message hopping from node to node. A sender node or SN (510), it sends the message at first. A transmitter node or TN (512), it is the n° hop and transmits the message to the n+1° hop. A receiver node or RN (514), which is the n+1° hop and receives the message in order to retransmit it; a destination node or DN (516), which receives the message at last; and a message or M (518), which is hopping through the network.
- The operation of this invention comprises four cases, when the message goes from the serial device to the network, from the serial device to the same serial device, from the network to the serial device, and from the network to the network.
- The cases where the message returns to the same way, let be the serial device or the network, are caused by network commands, and they are another kind of message that are intended to makes changes to the configuration data in the DSU (118). Therefore, the message is replied by the node itself and the response is sent back to the sender, let be a node or the serial device.
- When the message goes from the serial device to network, the data is received from the serial device and stored in a buffer named serial device input buffer or SDIB (210), then the message is copied, previous processing, to a transmission buffer or network output buffer NOB (218), and goes away through the network.
- When the message goes from the serial device to the same serial device, the data is received from the serial device and stored in the serial device input buffer or SDIB (210), then the message is copied, previous processing, to a serial device output buffer or SDOB (216), and goes to the serial device (112).
- When the message goes from the network to the serial device, the data is received from a buffer named network input buffer NIB (214) and stored in a buffer named auxiliary buffer or AB (212), thus before processing, the message is copied, to the SDOB (216), and goes to the serial device (112).
- When the message goes from the network to the network, the data is received from the NIB (214), then is copied to the AB (212), thus before processing, the message is copied, to the NOB (218), and goes away through the network. This case can be originated by a retransmission of the message too.
- In order to ensure the request response functionality, this invention enables the utilization of the algorithm shown in FIG. 6.
- This algorithm works as follows. When a message is received from the network (610), is compared the destination node address (416) with the own node address (612). If the comparison does not match, this is because a retransmission message, then the node searches for the next hop (614) and retransmit the message (616). When the comparison matches, the message is tested to determine if it is a network command or NC (618). If the message is a NC, the NC will be executed by the node (620). Then the RR (422) is tested (622), if the response is required the node sends a message back to the sender node (626), if no response is required the algorithm ends (624). When the message is not a NC, then the message is sent to the serial device (628). Then the RR (422) is tested (622), if the response is required the node sends a request response message to the serial device (630), thus after the serial device answer, the node sends this answer back to the sender node (626). If no response is required, then the algorithm ends (624).
- The automatic creation of the table is the most important processes because the table once completed can accept few changes; one of these changes could be the arrival of a new node in the network.
- In order to illustrate the algorithm of automatic creation of the table, let be a node surrounded by neighbors and all of them surrounded by distant neighbors.
- A first node sends its update table to everybody, then the neighborhood send the acknowledge message to the sender, the sender sorts the neighborhood by its address, then the sender requires each by each neighborhood its node address table in order to complete the entire network. If a neighbor does not sends the acknowledge message, thus it will figure as a node behind one neighbor, then the error will disappear when these nodes exchange messages between them. Once the first node has the completed table, sends messages to the network, each by each node, in order to include the own address in the others node tables.
- This invention is suitable for developing low cost communication devices on a RF medium, because the use of low cost micro-controller and low cost transmitters. However, a device that uses this method can be easily connected to a serial device, for example: a computer, with a minimal of technical knowledge. Therefore, it is possible to make a low cost and reliable RF computer network, with low power consumption, ideally when powered with batteries.
- The description above is intended, however, to include all such modifications and alterations insofar as they come within the scope of the appended claims or the equivalents thereof.
Claims (14)
1. A method for managing the routing in a multi-hop network, the method comprising the steps of:
Having a node with a mircro-controller means, a RF transceiver means, data storage means, a network interface means with an input buffer, output buffer and auxiliary buffer and a serial device communication means;
Having the data storage means store a plurality of node addresses and configuration data;
Having a plurlarity of serial devices;
Having the messages contain a header at the beginning of the message with the fields sender node address, transmitter node address, receiver node address and destination node address;
Processing a message to a node from the serial device to network by receiving the message from the serial device, storing the message in the input buffer, copying the message to the output buffer, and transmitting the message to the the network;
Processing a message to a node from a serial device to the same serial device by receiving the message from the serial device, storing the message in the input buffer, copying the message is copied to the output buffer and transmitting the message to the serial device;
Processing a message to a node from the network to a serial by receiving the message from the input buffer, storing the message the auxiliary buffer, copying the message to the output buffer, and transmitting the message to the serial device;
Processing a message to a node from the network to the network by receiving the message from the input buffer, storing the message the auxiliary buffer, copying the message to the output buffer, and transmitting the message to the network;
Processing a message by having a sender node send the message, having a plurlarity of nodes receive and re-transmit the message until the destination node receives the message; and
Processing a message from the network to a node by comparing the node's address with the destination node address; if the address does not match, the message is a retransmission message and the node searches for the next node and retransmits the message, if the address matches, the message is tested to determine if the message is a network command, if the message is a network command, the network command will be executed by the node, if the message is not a network command, the message is sent to the serial device, if an acknowledgement is required the node sends a request response message to the serial device, after the node receives the acknowledgement from serial device the node sends an acknowledgement to the sender node.
2. The method of claim 1 in which said microcontroller means is an 8-bit micro-controller.
3. The method of claim 1 in which said network interface means consists of an input buffer and an output buffer located internal on the microcontroller means.
4. The method of claim 1 in which said header contains the fields sender node address, transmitter node address, receiver node address, destination node address, length, frame tag, data string and cyclic redundancy check.
5. The method of claim 1 in which said serial device is a computer,
6. The method of claim 1 in which said serial device is a DVC.
7. The method of claim 1 which includes the steps of:
setting up an address table automatically by a node send a message to all of the nodes on the network, having the nodes send acknowledge messages to the sender node, having the sender node sort the nodes by the nodes' addresses and loading the addresses into an address table, then the sender sends messages to each node in the network to include the sender node's address in the other node's address tables.
8. A communication system comprising: A node with a mircro-controller means, a RF transceiver means, data storage means, a network interface means with an input buffer, output buffer and anxiallary buffer and a serial device communication means;
A Data storage means store a plurality of node addresses and configuration data;
A plurlarity of serial devices;
Messages that contain a header at the beginning of the message with the fields sender node address, transmitter node address, receiver node address and destination node address;
Said node processing a message from the serial device to network by receiving the message from the serial device, storing the message in the input buffer, copying the message to the output buffer, and transmitting the message to the the network;
Said node processing a message from a serial device to the same serial by receiving the message from the serial device, storing the message in the input buffer, copying the message to the output buffer, and transmitting the message to the serial device;
Said node processing a message from the network to a the serial device by receiving the message an input buffer, storing the message on an auxiliary buffer, copying the message to the output buffer, and transmitting the message to the serial device;
Said node processing a message from the network to the network by receiving the message an input buffer, storing the message on an auxiliary buffer, copying the message to the output buffer, and transmitting the message to the network;
Said node processing a message by having a sender node sends the message at first, having a plurlarity of nodes receive and re-transmit the message until the destination node receives the message; and
Said node processing a message from the network in which the destination node address is compared with the node's address, if the address does not match, the message is a retransmission message and the node searches for the next node and retransmits the message, if the address matches, the message is tested to determine if the message is a network command, if the message is a network command, the network command will be executed by the node, if the message is not a network command, the message is sent to the serial device, if an acknowledgement is required the node sends a request response message to the serial device, after the node receives the acknowledgement from serial device the node sends an acknowledgement to the sender node.
9. The device of claim 8 in which said microcontroller means is an 8-bit microcontroller.
10. The device of claim 8 in which said network interface means consists of an input buffer and an output buffer located internal on the microcontroller means.
11. The device of claim 8 in which said header contains the fields sender node address, transmitter node address, receiver node address, destination node address, length, frame tag, data string and cyclic redundancy check.
12. The method of claim 8 in which said serial device is a computer
13. The method of claim 8 in which said serial device is a DVC.
14. The device of claim 8 in which an address table is set up automatically by a node sending a message to all of the nodes on the network, having the nodes send acknowledge messages to the sender node, having the sender node sort the nodes by the nodes' addresses and load into an address table, then the sender sends messages to each node in the network to include the sender node's address in the other nodes' address tables.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/682,070 US20030016650A1 (en) | 2001-07-17 | 2001-07-17 | Method used to create multihop RF network based on a low performance 8 bit microcontroller |
US10/906,664 US7006454B2 (en) | 2001-07-17 | 2005-03-01 | Method used to create multihop RF network based on low performance 8 bit microcontrollers |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/682,070 US20030016650A1 (en) | 2001-07-17 | 2001-07-17 | Method used to create multihop RF network based on a low performance 8 bit microcontroller |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/906,664 Continuation US7006454B2 (en) | 2001-07-17 | 2005-03-01 | Method used to create multihop RF network based on low performance 8 bit microcontrollers |
Publications (1)
Publication Number | Publication Date |
---|---|
US20030016650A1 true US20030016650A1 (en) | 2003-01-23 |
Family
ID=24738075
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/682,070 Abandoned US20030016650A1 (en) | 2001-07-17 | 2001-07-17 | Method used to create multihop RF network based on a low performance 8 bit microcontroller |
US10/906,664 Expired - Lifetime US7006454B2 (en) | 2001-07-17 | 2005-03-01 | Method used to create multihop RF network based on low performance 8 bit microcontrollers |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/906,664 Expired - Lifetime US7006454B2 (en) | 2001-07-17 | 2005-03-01 | Method used to create multihop RF network based on low performance 8 bit microcontrollers |
Country Status (1)
Country | Link |
---|---|
US (2) | US20030016650A1 (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
AU2004200692B2 (en) * | 2003-02-21 | 2005-06-30 | Ntt Docomo, Inc. | Multi-hop Communication System, Radio Control Station, Radio Station and Multi-hop Communication Method |
EP2012484A1 (en) * | 2007-07-03 | 2009-01-07 | Kabushiki Kaisha Toshiba | Routing in wireless multi-hop networks |
US20180020391A1 (en) * | 2016-07-18 | 2018-01-18 | C.T. Elettronica S.R.L. | System and method for time-division transmission |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100725773B1 (en) * | 2004-08-20 | 2007-06-08 | 삼성전자주식회사 | Apparatus and method for adaptively changing uplink power control scheme according to terminal state in time division duplex mobile communication system |
US20080235493A1 (en) * | 2007-03-23 | 2008-09-25 | Qualcomm Incorporated | Instruction communication techniques for multi-processor system |
US8248972B2 (en) * | 2009-10-30 | 2012-08-21 | Elster Electricity, Llc | Packet acknowledgment for polled mesh network communications |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5029183A (en) * | 1989-06-29 | 1991-07-02 | Symbol Technologies, Inc. | Packet data communication network |
US5926101A (en) * | 1995-11-16 | 1999-07-20 | Philips Electronics North America Corporation | Method and apparatus for routing messages in a network of nodes with minimal resources |
US5962101A (en) * | 1997-04-29 | 1999-10-05 | Donald A. Irwin, Sr. | Dimensionally stable tufted carpet |
US6006100A (en) * | 1990-05-25 | 1999-12-21 | Norand Corporation | Multi-level, hierarchical radio-frequency communication system |
US6442403B1 (en) * | 1998-08-31 | 2002-08-27 | Canon Europa N.V. | Device and method for communicating at a distance and system using them |
US6661784B1 (en) * | 1998-03-03 | 2003-12-09 | Nokia Mobile Phones Limited | Method in a communication network and a communication device |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4081612A (en) * | 1975-07-31 | 1978-03-28 | Hasler Ag | Method for building-up of routing addresses in a digital telecommunication network |
US5394436A (en) * | 1991-10-01 | 1995-02-28 | Norand Corporation | Radio frequency local area network |
-
2001
- 2001-07-17 US US09/682,070 patent/US20030016650A1/en not_active Abandoned
-
2005
- 2005-03-01 US US10/906,664 patent/US7006454B2/en not_active Expired - Lifetime
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5029183A (en) * | 1989-06-29 | 1991-07-02 | Symbol Technologies, Inc. | Packet data communication network |
US6006100A (en) * | 1990-05-25 | 1999-12-21 | Norand Corporation | Multi-level, hierarchical radio-frequency communication system |
US5926101A (en) * | 1995-11-16 | 1999-07-20 | Philips Electronics North America Corporation | Method and apparatus for routing messages in a network of nodes with minimal resources |
US5962101A (en) * | 1997-04-29 | 1999-10-05 | Donald A. Irwin, Sr. | Dimensionally stable tufted carpet |
US6661784B1 (en) * | 1998-03-03 | 2003-12-09 | Nokia Mobile Phones Limited | Method in a communication network and a communication device |
US6442403B1 (en) * | 1998-08-31 | 2002-08-27 | Canon Europa N.V. | Device and method for communicating at a distance and system using them |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
AU2004200692B2 (en) * | 2003-02-21 | 2005-06-30 | Ntt Docomo, Inc. | Multi-hop Communication System, Radio Control Station, Radio Station and Multi-hop Communication Method |
EP2012484A1 (en) * | 2007-07-03 | 2009-01-07 | Kabushiki Kaisha Toshiba | Routing in wireless multi-hop networks |
US20090010199A1 (en) * | 2007-07-03 | 2009-01-08 | Tomoko Adachi | Wireless communication apparatus and wireless communication method |
US7756162B2 (en) | 2007-07-03 | 2010-07-13 | Kabushiki Kaisha Toshiba | Wireless communication apparatus and wireless communication method |
US20180020391A1 (en) * | 2016-07-18 | 2018-01-18 | C.T. Elettronica S.R.L. | System and method for time-division transmission |
IT201600074712A1 (en) * | 2016-07-18 | 2018-01-18 | C T Elettr S R L | Time division transmission system and method |
EP3273722A1 (en) * | 2016-07-18 | 2018-01-24 | C.T. Elettronica S.r.l. | System and method for time-division transmission |
Also Published As
Publication number | Publication date |
---|---|
US7006454B2 (en) | 2006-02-28 |
US20050135328A1 (en) | 2005-06-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8320394B2 (en) | Radio communication system, terminal and packet | |
KR100565878B1 (en) | Wireless Network Message Routing | |
US5812531A (en) | Method and apparatus for bridging wireless LAN to a wired LAN | |
US5673031A (en) | Redundant radio frequency network having a roaming terminal communication protocol | |
US6028857A (en) | Self-organizing network | |
US6982960B2 (en) | Protocol for self-organizing network using a logical spanning tree backbone | |
US6826165B1 (en) | Radio frequency local area network | |
US9641426B2 (en) | Method and system for routing information in a network | |
US6714559B1 (en) | Redundant radio frequency network having a roaming terminal communication protocol | |
US10003532B2 (en) | Communication method and communication apparatus | |
JP2002512479A (en) | Traffic routing in small wireless data networks | |
CN113365294B (en) | Nodes and methods for directed acyclic graph network configuration | |
US20020137459A1 (en) | Network and method for transmitting messages on a common wireless resource without causing broadcast storm | |
JP2000504505A (en) | Method for preventing unnecessary retransmission of messages in a network communication system | |
CN101300777A (en) | Efficient broadcast in wireless mesh networks | |
EP2458825A1 (en) | Method of creating a functional arrangement of a wireless mesh network of communication devices with packet message transmission and routing packet message transmission in such a network | |
CN104506280B (en) | A kind of reliable data transmission method based on time division multiple access access Spatial distributions network | |
US20080013503A1 (en) | Bluetooth master with improved transmitting efficiency and method of transmitting data using the same | |
US20140198666A1 (en) | Data transfer method and node apparatus that uses the same | |
JP4072917B2 (en) | Packet relay method, communication path setting method, and communication path setting system | |
US20030016650A1 (en) | Method used to create multihop RF network based on a low performance 8 bit microcontroller | |
JP2004032393A (en) | Repeater transmission system | |
EP1235386B1 (en) | Radio communication apparatus and radio communication method | |
US20060034193A1 (en) | Method and apparatus for operating an AD-HOC communication system | |
JPWO2006057044A1 (en) | Wireless terminal and wireless communication method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |