1beepcore-java 0.9 examples
2--------------------------
3
4This package includes sample beep applications which use the
5beepcore-java library. Beepd is a generic listener which can load any
6profile that supports the Profile interface. beepd-config.xml is a
7sample configuration file for Beepd. Bing is an initiator which pings
8a beep listener using the EchoProfile.
9
10Requirements
11------------
12
13Beepd requires a XML parser that implements the hasAttribute method for
14the org.w3c.dom.Element class. Xerces is the library we use for our
15development and testing.
16