Mobile Agents using Aglets

Reply

Join Date: Aug 2006
Posts: 2
Reputation: orca_lee is an unknown quantity at this point 
Solved Threads: 0
orca_lee orca_lee is offline Offline
Newbie Poster

Mobile Agents using Aglets

 
0
  #1
Aug 9th, 2006
Hi everyone,
Hope u all in good shape. I'm doing a simple project integrating mobile agents using aglets with intrusion detection system using snort., all these are done with linux fedora core 5 platform.

The basic idea is, when snort detect an intrusion, an aglet will read the log file created by snort containing the alert message of the intrusion, then the aglet will inform tahiti server about this, tahiti server will then dispatch a new agent to the targeted PC and close the port of the targeted PC in order to prevent the intrusion from occuring.

My question is, could this be done successfully. :eek: If there's other idea about doing this please feel free to let me know, i would really appreciate it. Thanks guys.
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 1
Reputation: zafri is an unknown quantity at this point 
Solved Threads: 0
zafri zafri is offline Offline
Newbie Poster

Re: Mobile Agents using Aglets

 
0
  #2
Mar 8th, 2008
hi
i have install aglet-2.0.2 and J2SDK1.4.2_16 to my computer and i got Tahiti
server and its work fine but when i am try to compile the aglet programme in
java platform java cant recognized key symbol aglet
when i write simple programme and compiled its gave following error massage


C:\Aglets\public\muh>javac FirstAglet.java
FirstAglet.java:3: package com.ibm.aglet does not exist
import com.ibm.aglet.*;
^
FirstAglet.java:5: cannot resolve symbol
symbol : class Aglet
location: class muh.FirstAglet
public class FirstAglet extends Aglet
^
2 errors

but i got one aglet programme from my Friend with class file its work fine
in my computer


pls can you solve this problem by giving some solution for me
or can i know its a problem with aglet or java
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 1,658
Reputation: javaAddict is a name known to all javaAddict is a name known to all javaAddict is a name known to all javaAddict is a name known to all javaAddict is a name known to all javaAddict is a name known to all 
Solved Threads: 224
Featured Poster
javaAddict's Avatar
javaAddict javaAddict is offline Offline
Posting Virtuoso

Re: Mobile Agents using Aglets

 
0
  #3
Mar 9th, 2008
FirstAglet.java:3: package com.ibm.aglet does not exist
import com.ibm.aglet.*;
^
Do you have the package where the aglet is implemented: com.ibm.aglet ?
You need to get the jar file of the package or the class files in order to be able to import them. The program of your friend runs because he gave you the class file which was already compiled at his computer with the package.
Check out my New Bike at my Public Profile at the "About Me" tab
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 1
Reputation: surya252 is an unknown quantity at this point 
Solved Threads: 0
surya252 surya252 is offline Offline
Newbie Poster

Re: Mobile Agents using Aglets

 
0
  #4
Dec 29th, 2008
I am not knowing how to compile Aglet programs and how to run the program and using Tahiti server. Please can any one help me out ?
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 4
Reputation: scandalouskk is an unknown quantity at this point 
Solved Threads: 0
scandalouskk scandalouskk is offline Offline
Newbie Poster

Re: Mobile Agents using Aglets

 
-1
  #5
Jan 11th, 2009
Hi friends
how to transfer a file from one system to other, just like TCP UDP does.
I need to transfer an file usning aglets..
Plz kindly help me
thx in Advance
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 4
Reputation: omar isaid is an unknown quantity at this point 
Solved Threads: 0
omar isaid omar isaid is offline Offline
Newbie Poster
 
0
  #6
6 Days Ago
Originally Posted by zafri View Post
hi
i have install aglet-2.0.2 and J2SDK1.4.2_16 to my computer and i got Tahiti
server and its work fine but when i am try to compile the aglet programme in
java platform java cant recognized key symbol aglet
when i write simple programme and compiled its gave following error massage


C:\Aglets\public\muh>javac FirstAglet.java
FirstAglet.java:3: package com.ibm.aglet does not exist
import com.ibm.aglet.*;
^
FirstAglet.java:5: cannot resolve symbol
symbol : class Aglet
location: class muh.FirstAglet
public class FirstAglet extends Aglet
^
2 errors

but i got one aglet programme from my Friend with class file its work fine
in my computer


pls can you solve this problem by giving some solution for me
or can i know its a problem with aglet or java
I have problem also that I do not know what to do to create Aglet
I know only how to run Mr Tahiti server
Reply With Quote Quick reply to this message  
Reply

Message:



Similar Threads
Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC