Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
14 views

VScode cannot find Nox

I am really new to flutter and simulators. Does anyone know why my vscode cannot find nox? There exists similar topics. Flutter VSCode and Nox Emulator wont Connect how i can connect nox with vscode ...
SNORLAX's user avatar
  • 327
5 votes
1 answer
166 views

Accurate 2D collision simulation in Rust

I have created a 2D physics simulation in rust that works for the most part. It involves creating balls which collide with each other and their container. I have looked at a lot of resources and found ...
FreddieLumsden's user avatar
-1 votes
0 answers
9 views

Seeking assistance in Blacklisting on NS2

This project in Network Simulator 2 involves a wireless VANET network of nodes where two Denial of Service attacks are carried out on a roadside unit which the nodes communicate with, and a node ...
Gavin Wilson's user avatar
-1 votes
1 answer
28 views

Arduino Pro micro Flight Peripheral (I have very limited programing knowledge)

Hey I need help with "my" code. I generated it with chat GPT based on the data for the arduino pro micro I have and data on the sensors/switches i use. I want my simulator peripheral to ...
hetot he's user avatar
0 votes
0 answers
23 views

How the temporal model file in Castalia simulator works?

I am trying to understand the way Castalia uses the temporal model file. I know that depending on the previous value of the signal and the time passed since then it chooses a value from the ...
Christos Giachoudis's user avatar
0 votes
0 answers
27 views

Couldn't parse 'cont_choice "Ruby protocol"' on Gem5

I need Ruby cache on my gem5 simulation. I have followed the ruby-intro-chapter documentation. On section Compiling a protocol with SCons / In the newer gem5 version (gem5 >= 23.1), when I run, ...
pnlp's user avatar
  • 15
0 votes
1 answer
124 views

How to profile iOS widgets in Instruments?

In order to stay under the 30 MB memory limit for widgets I'd like to profile the widget in the Simulator in Instruments. However, Instruments doesn’t start the profiling session with the error ...
Ortwin Gentz's user avatar
  • 54.1k
0 votes
0 answers
19 views

404 with citrus 3.0

After migrating to latest citrus dependency, all my request mapping are giving 404. pom.xml:- <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven....
Shubham Shekhar's user avatar
0 votes
0 answers
37 views

Flutter app fails to run on iOS simulator in VSCode (works in Android Studio) - Code-signing error

I’m trying to run a Flutter app on the iOS simulator using VSCode, but I encounter the following error: Launching lib/main.dart on iPhone 16 in debug mode... Xcode build done. Failed to build iOS app ...
Moustafa Hesham's user avatar
0 votes
0 answers
13 views

EDCA on ns3 simulator

I am looking for some example code to simulate EDCA on ns-3. How do we use EdcaParameterSet edcaParams and "load" it to STAs on MAC layer? ns-3 documents has :: in functions which are ...
Ella's user avatar
  • 1
1 vote
0 answers
45 views

GPSIM external stimulus issue

I have a simple circuit (with PIC16F628) which repeatedly measures the frequency of a signal connected to Timer1. I use Timer2 as a timing gate. To simulate the 'system', I used GPSIM, but I'm having ...
jcoppens's user avatar
  • 5,460
0 votes
0 answers
23 views

Simulating a file that includes libtorch with gem5

I successfully built libtorch and generated the binary for the following simple function (torch::rand({2, 3});) to simulate it with gem5 in SE mode. However, the simulation takes a very long time, so ...
Cliff Wu's user avatar
0 votes
1 answer
29 views

Simulating T0 external clock for Timer0 on Microchip Studio with ATmega328p

I've setup Timer0 to work with an external clock on pin T0: TCCR0A=0x02 // CTC Mode TCCR0B=0x07 // Start timer on external T0 clock (rising edge) OCR0A=90 // Compare after 90 clock ticks TIMSK0=0x03 //...
Buzz's user avatar
  • 1,412
0 votes
2 answers
416 views

Android Studio Ladybug Flutter iOS Xcode build Error

Not able to figure out what can be done, as everything is update to date and the app via Xcode but not through Android Studio MacOS 15.0.1 Flutter: 3.24.3 Android Studio Ladybug Xcode 16 iOS 18 ...
Hitesh Chaudhari's user avatar
0 votes
0 answers
68 views

Is there a way to implement unit tests on ChampSim?

I'm using ChampSim - an open-source trace based simulator and I have created my own implementations of lfu and fifo. ChampSim: https://github.com/ChampSim/ChampSim However, I was wondering if I could ...
Saffy's user avatar
  • 15

15 30 50 per page
1
2 3 4 5
119