607 questions
-2
votes
1
answer
244
views
The cost of traffic between azure tenants in the same region and zone
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 ...
0
votes
1
answer
143
views
Configuring permissions to invoke tc qdisc shell commands requiring CAP_NET_ADMIN in C/C++ program
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* ...
-1
votes
2
answers
491
views
How to put a "Pause" or "stop" button in labview
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 ...
0
votes
2
answers
640
views
HTB overlimits traffic BW
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 ...
0
votes
1
answer
124
views
How can I solve a multi-class traffic assignment
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 "...
0
votes
0
answers
116
views
TomTom traffic api integration in ESRI js api
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 ...
0
votes
0
answers
615
views
How to filter traffic by Client IP with istio on GKE
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 ...
0
votes
1
answer
106
views
How is communication between the vehicles themselves and the vehicles and RSUs?
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 ...
0
votes
1
answer
350
views
How can I retrieve historical incident data from Tomtom's API using Python requests?
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 = '{...
0
votes
1
answer
77
views
how to sessionize the activity data in consecutive way - gaps and island problem
I have an activity table called myTable, the data looks like this:
CREATE TABLE myTable
(
userid text,
webid text,
"ts" timestamp
);
INSERT INTO myTable
("...
1
vote
0
answers
196
views
Istio: How to do canary deployment
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.
...
0
votes
0
answers
82
views
Installing 'traffic' for use in JupyterLab
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 ...
0
votes
1
answer
2k
views
Is there a way to measure CPU usage inside the Kubernetes POD?
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/...
2
votes
1
answer
207
views
Initiator of request - Burp Suite
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 ...
-1
votes
1
answer
242
views
Can you change the phone number on a website based on the source of the traffic?
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 ...
1
vote
0
answers
155
views
How to setup stop condition on VEML7700 through I2C library? I am not getting the ACK from reading
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);
...
1
vote
0
answers
216
views
Convert Elastiflow network flow into 3D graphics
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 ...
1
vote
0
answers
98
views
Difference in network traffic between webapi and direct database access?
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 / ...
2
votes
1
answer
2k
views
Default Network Policy in K8s
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
...
0
votes
1
answer
144
views
How to set up traffic forwarding so my origin IP address remains the same when calling an external API from Azure or my laptop
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 ...
0
votes
1
answer
852
views
How can I get item views from ebay api for my seller account?
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 ...
0
votes
1
answer
541
views
To clarify the difference between security groups and Internal prefix list which would be best and to have a brief explanation about that
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?
0
votes
1
answer
91
views
what Trafic between users and server must i encrypt in my app before deploying to play store?
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 ...
1
vote
0
answers
1k
views
How to monitor http requests on an android phone?
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 ...
0
votes
2
answers
296
views
Check traffic rules in openshift
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 ...