Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
1 answer
244 views

I’m working with two separate Azure AD tenants: Tenant Region Relevant resource Tenant A UK West Restore point of VM Tenant B UK West VM from which I run API calls to download restore point In Tenant ...
Alex Smith's user avatar
0 votes
1 answer
143 views

I have a C++ program that intends to set queuing disciplines by invoking (iproute2) tc shell commands. Example code: #include <iostream> #include <cstdlib> int main() { const char* ...
Mitja Rislakki's user avatar
-1 votes
2 answers
491 views

I have this easy code, its a traffic light enter image description here Its simple, past 1000ms, it switches to the next case to turn a different light. enter image description here I build it like ...
Erick Escobar Muñoz's user avatar
0 votes
2 answers
640 views

I am using TC Linux HTB to limit traffic bandwidths in the egress interface. For it, I've set the following instructions on a linux container: tc qdisc add dev eth2 root handle 1: htb default 12 tc ...
Aitor Encinas's user avatar
0 votes
1 answer
124 views

I am working on a project which needs to use aequilibrae python package. I am getting an issue while doing a multi-class equilibrium task. I am getting an error after assig.execute() as "...
MIr Raisul Islam's user avatar
0 votes
0 answers
116 views

I'm facing issues displaying results from the TomTom API in my ArcGIS JavaScript application. Despite configuring a Vector Tile Layer with TomTom traffic data, the results are not showing up on the ...
ahmed mahfoz's user avatar
0 votes
0 answers
615 views

I'm trying to make a traffic management in my k8s cluster with istio My goal to achieve is looking like this: I have 2 versions of my application running, V1 and V2. I want to make sure that all ...
Semen Kolesnikov's user avatar
0 votes
1 answer
106 views

I am studying UVCAST protocol for VANET that consists of group of vehicles and RSU. you know ,that communication between vehicles themselves and between vehicles and RSU is done using IEEE 802.11p ...
Hanadi Darwisho's user avatar
0 votes
1 answer
350 views

I am trying to retrieve some historical data regarding incidents from Tomtom's api using requests module in python. I tried this code: #defining the retrieved properties of the incident query = '{...
Bashar Moalla's user avatar
0 votes
1 answer
77 views

I have an activity table called myTable, the data looks like this: CREATE TABLE myTable ( userid text, webid text, "ts" timestamp ); INSERT INTO myTable ("...
ccwiris's user avatar
  • 29
1 vote
0 answers
196 views

Currently there are 3 possible values which we can receive in the header like A1, A2 and A3, and we have three different services running for each value like Service-A1, Service-A2 and Service-A3. ...
Yash Mehta's user avatar
0 votes
0 answers
82 views

It is not possible for me to install the python library 'traffic' and get it running. I'm trying to install the traffic library for python. So far, nothing has worked out. When using pip install ...
Lucas_Hoef's user avatar
0 votes
1 answer
2k views

In CNF world, measuring the CPU usage on a POD with usual commands for example, top command doesnot actually provide the POD's actual CPU usage, instead it will be like you run it on the host system/...
user3065099's user avatar
2 votes
1 answer
207 views

I am analyizing the traffic of an Android application via the Burp Suite and the emulator of Android Studio. How can I find out the initiating App of a request? I would like to know if a request is ...
Stefan Klaus's user avatar
-1 votes
1 answer
242 views

We are going to start running various ad campaigns and want to track which calls come from which source but our landing page is the same main website. Is there a way to change the phone number ...
Epaulson2's user avatar
1 vote
0 answers
155 views

int I2C_Master_ReadReg(unsigned char dev_addr, unsigned char reg_addr, unsigned char count, unsigned char *pData, void (* Sub)(void)) { uint8_t cnt; start(); sda(dev_addr); ...
NoUdemy's user avatar
  • 11
1 vote
0 answers
216 views

I am looking for a way to show Elastiflow's Netflow traffic in 3D graphics and I would like to know a solution that I could implement. Flow Trafic Like: The 3D presentation I would like to achieve ...
withesoc's user avatar
1 vote
0 answers
98 views

General question. Which option would have less network traffic. Option 1: A single database connection to a WebAPI, with multiple clients communicating via the API using the standard request / ...
user3265613's user avatar
2 votes
1 answer
2k views

I am really confused about Kubernetes default Network Policy. By accessing the official document, I can read that: By default, a pod is non-isolated for egress; all outbound connections are allowed ...
Unknown developer's user avatar
0 votes
1 answer
144 views

I have an Azure App Service and multiple Azure Functions that need to call into a specific external API - let's call it external.api.com. I also frequently run the App Service and Azure Functions ...
Calum Peebles's user avatar
0 votes
1 answer
852 views

I have a seller and a developer account for the ebay api. I need to get traffic data, specifically the number of times one of my items was viewed. I think I can do this by retrieving my items with ...
Boris's user avatar
  • 906
0 votes
1 answer
541 views

Wanted to know the difference between security groups and internal prefix-list and to know which would be best for not allowing the external traffic to enter the cloud?
teja's user avatar
  • 1
0 votes
1 answer
91 views

I have a simple app connected to a server via some sockets and the traffic is not yet encrypted users must log in or create accounts before using the app and afterwards traffic is shared between users ...
Oussama's user avatar
  • 106
1 vote
0 answers
1k views

There are many questions to this but most of the answers are outdated and don't work for me. How can I monitor http requests made by an app in my android phone? It doesn't matter if I proxy the ...
Nicke7117's user avatar
  • 197
0 votes
2 answers
296 views

We've got an OpenShift cluster with Istio in which we want to debug routing rules. But in my container I don't even have iptables utility or iptables config file with rule chains. How can I check ...
user2843021's user avatar

1
2 3 4 5
13