Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.1.0 #7

Merged
merged 25 commits into from
Mar 16, 2024
Merged

v1.1.0 #7

merged 25 commits into from
Mar 16, 2024

Conversation

ivazhuk
Copy link
Collaborator

@ivazhuk ivazhuk commented Mar 16, 2024

No description provided.

ivazhuk and others added 25 commits November 28, 2023 17:40
Sensors Refact

See merge request soda-sim/SodaSim!1
Revert "first gas engine component added, curve added"

See merge request soda-sim/SodaSim!2
first prototype of gas engine added, curve added

See merge request soda-sim/SodaSim!3
Refact GearBox

See merge request soda-sim/SodaSim!4
Refact Generic Sensors

See merge request soda-sim/SodaSim!5
Fixes/build for linux

See merge request soda-sim/SodaSim!6
Add Auto gear box and Racing Sensor

See merge request soda-sim/SodaSim!7
recv_sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
recv_sock.settimeout(0.1)
#recv_sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEPORT, 1)
recv_sock.bind(recv_addr)

Check warning

Code scanning / CodeQL

Binding a socket to all network interfaces Medium

'' binds a socket to all interfaces.
recv_sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
recv_sock.settimeout(0.1)
#recv_sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEPORT, 1)
recv_sock.bind(recv_addr)

Check warning

Code scanning / CodeQL

Binding a socket to all network interfaces Medium

'' binds a socket to all interfaces.
recv_sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
recv_sock.settimeout(0.1)
#recv_sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEPORT, 1)
recv_sock.bind(recv_addr)

Check warning

Code scanning / CodeQL

Binding a socket to all network interfaces Medium

'' binds a socket to all interfaces.
@ivazhuk ivazhuk merged commit 31a40c4 into master Mar 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant