944,033 Members | Top Members by Rank

Ad:
  • Java Discussion Thread
  • Unsolved
  • Views: 6157
  • Java RSS
You are currently viewing page 1 of this multi-page discussion thread
Aug 9th, 2006
0

Mobile Agents using Aglets

Expand Post »
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.
Similar Threads
Reputation Points: 11
Solved Threads: 0
Newbie Poster
orca_lee is offline Offline
2 posts
since Aug 2006
Mar 8th, 2008
0

Re: Mobile Agents using Aglets

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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
zafri is offline Offline
1 posts
since Mar 2008
Mar 9th, 2008
0

Re: Mobile Agents using Aglets

Quote ...
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.
Sponsor
Featured Poster
Reputation Points: 1014
Solved Threads: 446
Nearly a Senior Poster
javaAddict is offline Offline
3,260 posts
since Dec 2007
Dec 29th, 2008
0

Re: Mobile Agents using Aglets

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 ?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
surya252 is offline Offline
1 posts
since Dec 2008
Jan 11th, 2009
-2

Re: Mobile Agents using Aglets

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
Reputation Points: 7
Solved Threads: 0
Newbie Poster
scandalouskk is offline Offline
4 posts
since Oct 2008
Nov 23rd, 2009
0
Re: Mobile Agents using Aglets
Click to Expand / Collapse  Quote originally posted by zafri ...
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
Reputation Points: 10
Solved Threads: 1
Light Poster
omar isaid is offline Offline
36 posts
since Feb 2008
Jan 2nd, 2010
-1
Re: Mobile Agents using Aglets
hi i am doing project on DESIGNING AND IMPLEMENTATION OF INTRUSION DETECTION SYSTEM BY AUTONOMOUS AGENTS AND MOBILE AGENTS . In this aglets are used . if u have source code for this project plz send to me. it will help me to do further.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sindhu1 is offline Offline
2 posts
since Jan 2010
Feb 15th, 2010
-1

about tahiti server

I am using tahiti server. I installed aglets2.0.2 jar and jdk 1.5 on windows xp. I am not getting tahiti server. would you plz send me the procedure how i can get?
give me how environment variables are set?
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sindhu2 is offline Offline
2 posts
since Jan 2010
Feb 19th, 2010
-1

Aglet - Thaiti

Save the following as "makeit.bat" (in aglets/bin)
---------------------------------------------------------------------------

set JDK_HOME=C:\Java\Jdk1.6.0
set AGLET_HOME=C:\Aglets

set CLASSPATH=.
set CLASSPATH=%CLASSPATH%;%AGLET_HOME%\lib\aglets-2.0.2.jar
set CLASSPATH=%CLASSPATH%;%AGLET_HOME%\public

%JDK_HOME%\bin\javac -d %AGLET_HOME%\public -classpath %CLASSPATH% MyAglet.java


///MyAglet.java is your Agent java file name
// Set path accoring to your java & aglet path
---------------------------------------------------------------------------------

now open "cmd"

go to Aglets/bin folder using the cd command

type the follow

makeit // this is to compile your aglet code
agletsd -f ..\cnf\aglets.props

then Tahiti server will appear...






Click to Expand / Collapse  Quote originally posted by sindhu2 ...
I am using tahiti server. I installed aglets2.0.2 jar and jdk 1.5 on windows xp. I am not getting tahiti server. would you plz send me the procedure how i can get?
give me how environment variables are set?
Last edited by williams.j; Feb 19th, 2010 at 2:53 am.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
williams.j is offline Offline
1 posts
since Feb 2010
Feb 26th, 2010
0

tahiti server

dear mr.williams ,
thank you i got tahiti server .
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sindhu2 is offline Offline
2 posts
since Jan 2010

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
This thread is currently closed and is not accepting any new replies.
Previous Thread in Java Forum Timeline: something new (strange) to me
Next Thread in Java Forum Timeline: "Incompatible Types" Error In an IP Routing Program





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC