processing / processing/processing-website

Syntax for Network Server "host" Please

Aperta
#384 4 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@REAS ci sta già lavorando.

Dal 22/11/2019.

Lingua principale
MDX
Stelle
90
Fork
122
Merge medio
1h 43m
PR unite (30g)
3

Descrizione

Issue description

I am not able to set the "host" for a processing network server.

I have a lap top computer and ipconfig returns several NICs some of which I think were created after I recently installed WireShark.

When I run
myServer = new Server(this, myPORT);
The server is set up on a port number 169.254.11.110 which is not a real NIC.
The DOS command ipconfig shows that "Ethernet 2" is the adapter which has this IP address.

When I try to add the "host" paramter to the server I get error.
myServer = new Server(this, myPORT, "Wi-Fi");
I get the an unknown host exception: Wi-Fi.
What is the syntax I am to use for the "host" ?

URL(s) of affected page(s)

https://processing.org/reference/libraries/net/Server.html

Proposed fix

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.