Hello Gerardo, In anticipation of smaller devices running larger versions of Java, e.g., JSE V1.5, I am building an embedded system that is a hierarchical network of 1 to N inference engines where each engine runs in its own thread and can perform a variety of services. The fundamental architecture does, in fact, resemble an agent but it is intended to be an intelligent service provider for devices. The total size of the system, at this time, is 77 KB including the rules engine. But I have to develop it on a PC with J2SE V1.4 because the Java platforms for devices are just not quite mature enough. Hopefully, J2ME will be upgraded to the level of J2SE V1.4 or V1.5 in the near future. This version does not use JESS at this time, but another (unnamed) rules engine because I don't have a current legal development license for JESS - that may change in the future.
You might want to look at the ZEUS Agent framework from British Telecom (http://more.btexact.com/projects/agents/zeus/), which I think can integrate directly with JESS. My opinion is that "Intelligent Devices" is where the action will be for the future and not in corporate I/T work, so I am building now and hoping that the Java platforms catch up soon. I think I read the other day that MicroSoft is forecasting the existence of 5 BILLION Information Devices in TWO years. Rich Halsey ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 13, 2004 5:36 PM Subject: JESS: Embedded Jess > Hi all!!! > > Has anyone worked embedded Java (microcontrollers running java > applications)???? I've read a little about it and I'm interested in > learning more about it. Specifically, I would like to begin working in > robotic applications using Jess which is, in my opinion, a > straighforward way to give inteligence to a robot, rather than using > procedural programming. > So, what tools would you recommend to start developing??? Any > recommendations??? Sources of information??? > > Any ideas will be welcome. > > Thanks > > Gerardo Becerra > > -------------------------------------------------------------------- > To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' > in the BODY of a message to [EMAIL PROTECTED], NOT to the list > (use your own address!) List problems? Notify [EMAIL PROTECTED] > -------------------------------------------------------------------- > -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
