It depends what you want to modify.
It might be in the "src" directory. If you want, i.e., modify dtnsend, then you need to modify the file dtnsend.c
You can find every .c file with:
$find . -name "*.h"
(change 'h' with 'c' or whatever you want). Note that if you want to grep on these files you can pipe the find with xargs
$find . -name "*.c" | xargs grep -i "bundle"

Have fun!

Best regards,
---
​​
Auzias
Maël - http://auzias.net
​PhD candidate
 
​- ​
IRISA

GSM : 0033 695 118 774


On Sat, May 3, 2014 at 12:45 PM, Ghada Jaber <jaberghada@yahoo.fr> wrote:
I've installled IBR-DTN from source  and i want to modify in the code  but i can't see where and exactly in which
file i can modify  ?
Thank you
 

 
Ghada Jaber
Etudiante en 5eme année Réseau informatique et Telecommunication a l'INSAT
Stagiaire a l'IRIT/ENSEEIHT
Tel : 003385681703
email : jaberghada@yahoo.fr
Skype : ghada.jaber90

--
!! This message is brought to you via the `ibr-dtn' mailing list.
!! Please do not reply to this message to unsubscribe. To unsubscribe or adjust
!! your settings, send a mail message to <ibr-dtn-request@ibr.cs.tu-bs.de>
!! or look at https://mail.ibr.cs.tu-bs.de/listinfo/ibr-dtn.