Add route table guide and formatting tweaks
[ric-plt/lib/rmr.git] / doc / src / library / code_rcv.im
1
2 .if false
3 ==================================================================================
4         Copyright (c) 2019-2020 Nokia
5         Copyright (c) 2018-2020 AT&T Intellectual Property.
6
7    Licensed under the Apache License, Version 2.0 (the "License");
8    you may not use this file except in compliance with the License.
9    You may obtain a copy of the License at
10
11        http://www.apache.org/licenses/LICENSE-2.0
12
13    Unless required by applicable law or agreed to in writing, software
14    distributed under the License is distributed on an "AS IS" BASIS,
15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16    See the License for the specific language governing permissions and
17    limitations under the License.
18 ==================================================================================
19 .fi
20
21 .** example sender code is pulled directly from the exaple directory
22
23 &h2(Receiver Sample)
24 The receiver code is even simpler than the sender code as it does not
25 need to wait for a route table to arrive (only senders need to do
26 that), nor does it need to allocate an initial buffer.  The example
27 assumes that the sender is transmitting a zero terminated string as
28 the payload.
29
30 &space
31
32 &ex_start
33 .im  j=start_example ../../../examples/receiver.c
34 &ex_end