Questions tagged [agent]

Questions about programming software agents or programming in an agent-oriented environment.

Agents are generally autonomous, reactive and intelligent pieces of software.

See wikipedia for more info.

Some common agent architectures include JADE and Jason.

1268 questions
0
votes
1 answer

confusion ns2 : agents classifiers and nodes

Nodes represent the basic structures in ns2. They inherit from TclObject class. Agents are like TcpAgent and UdpAgent or NullAgent and they inherit from NsObject class, which itself inherits from TclObject. Agent can send data to one target_ to…
Ashish Negi
  • 5,193
  • 8
  • 51
  • 95
0
votes
1 answer

SQL Agent Job Close Excel Process

I would like to create a SQL job that will close any excel processes opened. I've created a VB Script that works on double-click. I've tried wscript C:\Apps\DestroyExcel.vbs using type CmdExec. How can I execute it form SQL to schedule the job to…
g_shockTan
  • 325
  • 2
  • 8
  • 15
0
votes
1 answer

Agent based applications using WCF

i'm about to decide on technology choices for an agent based application used in the transportaion systems domain. basically there will be a central system hosting the backend, and multiple agents located across town (installed on desktops) that…
Azwaan
  • 47
  • 1
  • 9
0
votes
1 answer

Unable to install monkey talk ios agent in my xcode app

I am trying to test an iphone application using automation tool,Monkey Talk(inherited from Fone monkey),which is a product of Gorilla Logic.I have strictly followed the Gorilla Logic official website in setting up the process.It was said that,before…
Eshwar Chaitanya
  • 942
  • 2
  • 13
  • 34
0
votes
1 answer

WP7 how to start audio agent process

I'm using BackgroundAudioPlayer agent for my Windows Phone 7 application. I know that the AudioPlayer class lives in another process (let's call it audio agent process). I heard that "In theory the process for an Audio Player agent could get started…
onmyway133
  • 45,645
  • 31
  • 257
  • 263
0
votes
1 answer

How to make an Agent work in the system session?

I'm trying to a background program that need to connect to window server, which is not allowed in a daemon. But may job is quite appropriate to be done in [System] session which daemons act. I have tried to set session of the Agent.(Aqua by…
Travis
  • 71
  • 4
0
votes
1 answer

WP7 background audio agent playstate

I read the instructions here about WP7 background audio player agent. I thought there is only 1 Unknown event and 1 Playing event in agent side However, when I log the event in OnPlayStateChanged of the agent, using…
onmyway133
  • 45,645
  • 31
  • 257
  • 263
0
votes
1 answer

WP7 stream audio with dynamic URI

I used BackgroundAudioPlayer to play mp3 from internet and I know that background audio agent automatically streams the mp3 Does audio agent plays after completely streams the mp3 ? If the mp3 URI is dynamic, how to play it ?
onmyway133
  • 45,645
  • 31
  • 257
  • 263
0
votes
1 answer

WP7 limit of background agent

I read that WP7 limits the number of background agents. Does this limit include audio player agent, file transfer agent, ... or only periodic agent?
onmyway133
  • 45,645
  • 31
  • 257
  • 263
0
votes
1 answer

HTML5 Falls back to Flash, which in turn falls back to JPG

Can someone help me figure out how to build a fallback setup? I need to insert an HTML5 animation into a webpage via iframe, and if the browser doesn't support HTML5, I need it to play a Flash animation. If the browser doesnt support HTML5, and the…
0
votes
1 answer

Exchange 2007 NDRs to public Folders

Exchange deletes Non-Delivery-Reports (NDRs) if the target is a public folder. I want to write a Transport Agent (SMTPReceiveAgent, c#) to bypass this behavior. The goal is to change the NDR to a "normal" mail, that dont delete by exchange. I test…
0
votes
1 answer

About MIB handling of agent in SNMP

I'm developing the agent in SNMP and I have a question related to MIB file: How does the agent get/set the values of object from MIB (I think "MIB" only refers to the definition of objects without values)? How do I manage device handle value of an…
jackson
  • 31
  • 2
0
votes
2 answers

Agent Framework on Hadoop

I was thinking of writing a simple agent based framework using Hadoop. This is an idea I have been toying around for quite a while now (but have not put a lot of deep thinking into). The target application I want to use it for is Genetic…
user1172468
  • 5,306
  • 6
  • 35
  • 62
0
votes
0 answers

Multi Agent Systems on µC

Multi-Agentssystems (MAS) are a widespread field. I am searching for MAS Solutions on µC embedded Systems. Mobile C (http://www.mobilec.org/) is such a platform but it needs Solutions with an OS. I want to know if there are MAS Solutions that work…
0
votes
2 answers

Custom URL parameters lost after OpenAM login redirection

I'm using OpenAM for authentication on my application. I access to my app using such URL: http://my.company.com/appfolder/appservlet?lang=EN&user=test On first access, OpenAM agent catches the URL and redirect my browser to the authentication page…
morbac
  • 301
  • 4
  • 16