For issues relating to simulating a system, action, function, or behavior.
0
votes
0answers
34 views
How to simulate DOS attacks using DARPA dataset or pcap files?
I am working on my master's thesis which is about XML-HTTP DOS attacks.
I have some pcap files and DARPA dataset but I don't know how to use them to simulate DOS attacks ?
I used Wireshark to open ...
1
vote
0answers
15 views
How to create event with filled property dataTransfer?
I have local html file with javascript code.
I should cover drag & drop by tests.
It uses only IE.
In javascript code event "drop" is caught and content of dataTransfer ...
0
votes
1answer
70 views
simulate touch event in ibooks by JavaScript
everyone.
I have a problem with top black menu/status bar (with escape sign) in ibooks.
It appears automatically at the first page.
It will be hided by any touch on the screen (not on links or ...
7
votes
1answer
157 views
Send keystrokes to frontmost app from sandboxed cocoa app
I need to send keystrokes to front most app from my cooca app.
I already have working code for it by using CGEventCreateKeyboardEvent() and AXUIElementPostKeyboardEvent(), but it only works if app is ...
0
votes
0answers
53 views
Matlab/Simulink To workspace, To file
I have a circuit with voltage source and 4 appliances
Simulation time was 0.1s. After the voltage source is one current measurement where i measure the actual level of electricity what i need to ...
0
votes
3answers
76 views
Executing an onclick event, without clicking.
I'm using a script called photobooth for JavaScript where the user is supposed to click the camera icon to take a picture, but instead I want it to be code executed. Here is the snippet of code that I ...
0
votes
0answers
21 views
Make PC look like a USB barcode reader
I am working with a device that expects a USB barcode reader.
I have successfully made my computer look like a barcode reader over a null modem RS-232 connection but over USB is this possible?
The ...
0
votes
1answer
46 views
filter mouse move event and send again
My program is working on Qt, and I have a problem and there is free answer for it in website.
Our products need to update image while user move mouse, but the updating image is very time-consuming.If ...
0
votes
0answers
64 views
ALGORITHM to simulate any Deterministic Pushdown Automata (DPDA)
how to write a program that can model any Deterministic Pushdown Automata (DPDA)
the user should enter number of states, transition functions, input symbols
the program should model the pda requested ...
0
votes
1answer
64 views
Simulate user input (keyboard, mouse) in Java?
Is there a way to simulate key strokes in java? For example:
I start k.jar, and after
Thread.wait(10000);
without pressing any keys, the program will simulate that the user is typing.
I'm also ...
1
vote
0answers
87 views
How can I simulate/emulate a gamepad in xCode?
Background:
I have a Bluetooth gamepad which I can discover and connect to through xCode. I can communicate with it through the Control and Interrupt channel and thus I can find out which buttons on ...
0
votes
1answer
38 views
Nancy C# simulate WS
I'm trying to use the Framework to Nancy C # to an MVC application running on internal control target (eg, read the serial port and send a response), without having to have IIS installed or having to ...
0
votes
3answers
327 views
Using SendMessage to simulate mouse clicks
What I need
Simulate messages (mouse mainly, but keyboard too) without moving the cursor. The message goes to the focused window (at first, I want for minimized windows, but I didn't find how to do ...
0
votes
2answers
143 views
how to dispatch own events to controls to simulate mouseclicks in c#?
Is it possible in c# to dispatch own events to controls?
I mean, like you can do in java:
MouseEvent leftClick = new MouseEvent(image, MouseEvent.MOUSE_PRESSED,
0, 0, 100, 100, 1, false, ...
0
votes
0answers
119 views
how to post login form from asp to aspx page?
I want to post username and password from an asp page to external aspx page. I use chrome develop tools got the parameters the aspx login page used. In asp page I simulate the same form and same ...
0
votes
0answers
22 views
Simulate Wireless Connections
so, my question is:
There is any software that can simulate wireless connections ?
We just bought here some brand new equip, and i need to test if the controller can handle everything, so i would ...
1
vote
0answers
148 views
How to simulate Chrome/Firefox (or browser) [closed]
I know there are plenty of browser simulators in PHP but they can easily be discovered by the webserver cause the PHP simulators do not download all the resources (images, scripts...).
Today I ...
0
votes
0answers
15 views
online shopping simulate cloth changes
I am building a shopping portal in which I will have a bare avatar.
When users selects different varieties pants, shirts, hats from left bar, the avatar will be updated with his selection. thus ...
4
votes
1answer
279 views
Simulate Python keypresses for controlling a game
I'm trying to control a game (my two test games are Half Life 2 and Minecraft) using my Kinect and Python. Everything works except for one thing. The game will respond to simulated mouse events and ...
0
votes
1answer
187 views
Remapping keys on Direct3D game
I'm trying to remap some keys for a game (Elsword).
First of all I use this code to simulate the pressed key:
#define WINVER 0x0500
#include <stdio.h>
#include <stdlib.h>
#include ...
0
votes
3answers
346 views
How to simulate Web page button click in code
I'm trying to simulate a button click in my program in order to get the response from the server. The problem is that the web page "onclick" activate a script in that page
The html look like this:
...
0
votes
0answers
72 views
Simulate mouse / keyboard in vmware
I have a couple of Windows 7 running in vmware workstation and i want to make an application that make some mouseclicks / keypress while running a game.
I made a c# program that uses some dllimport ...
0
votes
3answers
537 views
How to simulate mouse click in a Directx game
I have a game written in Directx (not mine it's mmo game). The game window isn't active (not minimized, just it's behind other windows but if is possible it can be minimized also).
I want to simulate ...
0
votes
1answer
116 views
Android: Possible to connect bluetooth to self?
At the beginning of this year, I tried to implement an android-app which could stream ALL system-audio to a remote system.
This was not easy because (at that time) there was no way to get all ...
0
votes
1answer
259 views
How can I bring a window to top and simulate a click on it?
I am running a Delphi application multiple times and I need to bring each one to top and simulate a mouse click somewhere on its form.
In my app I have a TWebBrowser component and I want to click ...
0
votes
2answers
182 views
How to simulate Ctrl+C combination using C++ on Windows [duplicate]
Possible Duplicate:
Can I send a ctrl-C (SIGINT) to an application on Windows?
How to effectively kill a process in C++ (Win32)?
C++ Sending a simple signal in Windows
I have a java ...
0
votes
2answers
248 views
Jquery script for simulated key press down not running keyboard shortcut
Id like to give thanks in advance for any time and effort spent on this. Ok so I have a script thats supposed to simulate a key press down event after 3 seconds once the page is loaded. I inteded ...
1
vote
2answers
165 views
Windows simulate network cable loss
I'm trying to program some tool and i want to simulate a network cable lose with it.
So i want to get the same effect like i unplug the networkcable from my computer and plug it in again. It's not the ...
2
votes
3answers
638 views
Windows Phone 8 - Simulate touchscreen events
What would be the best approach to simulate a user tapping on a touchscreen of a Windows Phone 8 device?
One approach I could imagine is to use native code to call the Win32 API functions which ...
0
votes
1answer
135 views
How to accurately simulate key presses?
How can I send key presses and mouse clicks to an application as if they were actually coming from the keyboard and mouse i.e. how can I fully simulate user input? I expect this will involve ...
0
votes
2answers
783 views
Javascript to simulate “right click on image -> save image as”
OK, there has been an extact duplicate question as this one, but it's been 2 years away, and there's only one answer which was not really a solution.
So, I have an image (thumbnail), right below it ...
0
votes
1answer
167 views
Can I simulate a GCM / APNS client device without using a full emulator?
I have an app that needs to push out notifications to thousands of devices up to a few times per day. I'd like to be able to run tests against my server code without actually sending my users ...
1
vote
3answers
81 views
A Program to simulate keyboard presses
I am new to programming, I want to write a program (just for self-use) that will repeat a preset set of keyboard actions every time it is run, can anyone give me some advice? are there any ...
0
votes
3answers
290 views
How to simulate mouse clicks?
I was wondering how to create a sort of auto clicker using VB.NET.
I would basicly have the click coordinates pre-defined and the clicks, which would have to be separated by delays I guess since I ...
0
votes
0answers
112 views
Simulate click in directx game
I'm trying to simulate a click in a directx game but it won't work.
I'm in java right now and i tried: robot, user32 key event, keybd_event, SendInput, AutoIt click, ....
When the application gets ...
0
votes
1answer
130 views
Simulate mouse over in QML Desktop Application
I have three RadioButtons in my QML Desktop Application, and when I click one - I want all the others to be unchecked, but once I set them to unchecked, they really become unchecked, but I can't see ...
1
vote
1answer
55 views
Cellular Automaton Malfunction ( Conway's Game of Life)
I tried to simulate Game of Life using elementary C++ . In 5x5 grid, the best possible species that can be tested upon is an oscillator. So I went forward and did it but I didn't get the required ...
1
vote
0answers
102 views
Simulate html listbox dropdown on trigger over other action
Please someone help me on the issue below.
I have a list dropdown box to be opened on trigger of a img div on top of it.
This works perfect in chrome, while it does not work in all other browsers ...
0
votes
0answers
89 views
Simulate button presses with guitar frequency c#
I've been playing Rocksmith lately with my guitar and I find it really interesting. The way I believe they 'know' which fret you're pressing is by comparing the frequency of the note to the note that ...
3
votes
0answers
64 views
Simulate / Fake a keypress in javascript [duplicate]
Possible Duplicate:
Simulate JavaScript Key Events
--EDIT--
Long story short I have a swiffy object on the page and I can "control" it using different keypresses and one of them is by ...
2
votes
1answer
219 views
Simulate key press in Ubuntu Terminal without using xdtool or similar
i want to run a command and then "tell" the command line to press the letter "M"
but i cant use tools like xdtool or extra software.
example:
top -n 1
and then M (press)
anyone knows?
thanks
0
votes
0answers
41 views
Adding a screen to the Screens class [closed]
using Screen.AllScreens I can see my connected screens, but I want to add my own screen to that collection. Is there any way to do this?
3
votes
1answer
276 views
What is called after “onConfigurationChanged()”?
I am a young developer on Android and I can't find a solution to my problem.
I want to simulate an event just after the configuration changes and for that I have tried to use onConfigurationChanged() ...
0
votes
1answer
428 views
Expect send KEY_DOWN and KEY_UP events to Process in Linux
I want to simulate embedded linux keypress events to my Qt GUI Application. Primarily I want to simulate KEY_UP, KEY_DOWN, KEY_LEFT, KEY_RIGHT, and KEY_F{1-2-3} key presses. I don't have X available.
...
0
votes
1answer
364 views
simulate a link(<a href='dd'>) click with javascript
For some reason, I cannot use jquery.
With plain javascript, how could I simulate the link-click action on a web page.
Thanks.
Below is the javascript I tried to get online, but it seems not work.
...
2
votes
1answer
492 views
Android - How to generate touch event from javascript?
Is it possible to generate a touch event in javascript that'll invoke the onTouchEvent() function in my android WebView?
I tried with the following javascript code which generates both touchstart and ...
0
votes
1answer
521 views
Matlab, Econometrics toolbox - Simulate ARIMA with deterministic time-varying variance
DISCLAIMER: This question is only for those who have access to the econometrics toolbox in Matlab.
The Situation: I would like to use Matlab to simulate N observations from an ARIMA(p, d, q) model ...
2
votes
2answers
208 views
Simulating a click doesn't work… jQuery
I am trying to simulate a click with jquery if the class of a td is "nee". Somehow all options like trigger, and a document ready click wont work...
HTML:
<td align="center" class="one nee">
...
1
vote
0answers
183 views
Simulating Esc key press and QML WebView
I'd like to simulate the press of Esc key on the web view. But I can't find any way out. I thought about using QKeyEvent, and QApplication::postEvent, but I can't find any way to implement it
Thanks ...
0
votes
2answers
304 views
Simulate key press from an android service
I want to make an android service that would let me simulate keypress to fill fields on a web page when receiving an intent. Is this possible in any way or maybe through a different process (Not by ...
