עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

שאלה על התחברות שני טלפונים בעזרת sockets android app

Featured Replies

פורסם

יש לי אפליקציה שמחברת שני טלפונים כדי להתחיל chat שניהם scoket server וממתינים לפניות וזה עובד בסדר ב 2 emulators

הבעיה היא שאני מנסה לקבל את ה ip של הטלפון אני מקבל IP לוקלי 10.X.X.X (ברשת של הטלפון לא ב wifi )

ואני לא מצליח להתחבר

יש דרך לפנות שירות לטלפון או שזה לא אפשרי?

ניסיתי 2 דרכים לקבל את ה ip




public static String getLocalIpAddress() {
try {
Socket socket = new Socket("[url]www.google.com"[/url], 80);
Log.i("iptest", socket.getLocalAddress().toString().substring(1));
String ip=socket.getLocalAddress().toString().substring(1);
socket.close();
return ip;

} catch (Exception e) {
Log.i("", e.getMessage());
return "exception in get ip";
}

/*
try {
for (Enumeration<NetworkInterface> en = NetworkInterface.getNetworkInterfaces(); en.hasMoreElements() {
NetworkInterface intf = en.nextElement();
for (Enumeration<InetAddress> enumIpAddr = intf.getInetAddresses(); enumIpAddr.hasMoreElements() {
InetAddress inetAddress = enumIpAddr.nextElement();
if (!inetAddress.isLoopbackAddress()) {
return inetAddress.getHostAddress().toString();
}
}
}
} catch (SocketException ex) {
Log.e("b2264", ex.toString());
}
return null; */
}




תודה מראש :kopfpatsch:

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.