Questions tagged as 'network'

1
answer

Change default address used by Docker (172.17.0.1)

I would like to change (or remove) the address 172.17.0.1 used by docker networks, can you do that? I use docker for php development and I have a remote repository (git) configured through a VPN using the IP range 172.17.X.X. Whenever my c...
asked by 14.09.2018 / 14:00
0
answers

How to receive Client = Server connections using vpn software? [closed]

I have remote access software (Client / Server) and want to make the connection between the Client (connect to the Server using a host name) = > Server using vpn software on the Server side, but this is not working. The server side looks s...
asked by 03.10.2017 / 03:22
2
answers

Problems with sockets in java, how to send and receive messages simultaneously between client and server?

I'm working with sockets in java and I was able to find the following problem, writing the server class I sent a message to the client to read, so far, ok !! But when I try to send a message to the server from the client, I can not get the two m...
asked by 03.07.2016 / 22:57
2
answers

Handling Network Settings in Python

I work in linux environment, Python 2.7, and am needing a Python module / library that allows me to change the network settings (IP, Subnet, Gateway and, if possible, primary and secondary DNS). I checked some libraries ( netaddr , i...
asked by 08.02.2017 / 02:14
1
answer

Sockets - Old Game / Rooster Game MULTIPLAYER

EDITED POST I'm creating the so-called 'Game of the Old Man' (or 'Game of the Rooster'), at this time I'm trying to create a feature that allows two players on different devices - albeit on the same network - to play against each other ....
asked by 26.11.2016 / 23:12
1
answer

Error in NetworkInfo [duplicate]

I have the following problem, I have a method that verifies whether the device is connected to the internet or not public static boolean isNetworkAvailable(Context context) { ConnectivityManager cm = (ConnectivityManager)context.getSyste...
asked by 03.04.2018 / 19:49
0
answers

What is scoped address zone in IPv6?

I was watching the Golang net library, until I found the IPAddr type which is exactly: type IPAddr struct { IP IP Zone string // IPv6 scoped addressing zone } What caught my attention is this "Zone", which refers to th...
asked by 03.06.2018 / 08:03
0
answers

P2P "Serverless" with Godot Engine, through Requests

I'm developing a game based on Turns 1v1 on the Godot Engine , and I'm having trouble connecting two players as in a matchmaking. My problem is that I do not want a central server itself, if it is possible, I would like a web hosting server to...
asked by 07.04.2018 / 22:25
0
answers

problem cordova-plugin-network-information with inic v3

I'm a beginner in ionic and I'm facing a problem, the application I'm developing uses the inappbrowser plugin to display a responsive website so everything is ok. I need now that when user disconnects from the independent internet if it is at th...
asked by 01.09.2017 / 20:37
0
answers

Xcode 7 Swift Local Network Audio Chat

I'm developing a simple Swift application that can "connect" to the local network, without using an external server, I've worked with C ++ socket where I was streaming images from the computer screen, but with Swift not where to start. I searche...
asked by 14.11.2015 / 20:08