Last change
on this file since 5450 was 5284, checked in by mies, 15 years ago |
+ added new transport modules and adapted ariba to them
+ exchange endpoint descriptors an link establishment
+ clean up of base communication
+ link establishment with in the presence of multiple endpoints
+ local discovery for ipv6, ipv4 and bluetooth mac addresses
|
File size:
433 bytes
|
Line | |
---|
1 | #ifndef ADDRESSING_HPP_
|
---|
2 | #define ADDRESSING_HPP_
|
---|
3 |
|
---|
4 | /// @author Sebastian Mies <mies@tm.uka.de>
|
---|
5 |
|
---|
6 | #include "facades/to_bytes_v.hpp"
|
---|
7 | #include "facades/to_string_v.hpp"
|
---|
8 | #include "facades/comparable_v.hpp"
|
---|
9 | #include "facades/address_v.hpp"
|
---|
10 |
|
---|
11 | #include "ip_address.hpp"
|
---|
12 | #include "mac_address.hpp"
|
---|
13 | #include "port_address.hpp"
|
---|
14 | #include "tcpip_endpoint.hpp"
|
---|
15 | #include "rfcomm_endpoint.hpp"
|
---|
16 | #include "endpoint_set.hpp"
|
---|
17 |
|
---|
18 | #endif /* ADDRESSING_HPP_ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.