Discussion:
[dart-misc] How to make connection to local network socket with Flutter?
Niyazi Toros
2018-06-27 13:24:47 UTC
Permalink
Hi,

I have a database and I have a socket service exe in my network. Now I need
to connect from my Flutter Mobile app to local socket service.
Using local wireless I can connect to service but I am not be able to get
response. Here is my telnet connection result and flutter app.

*TELNET CONNECTION:*

Last login: Tue Jun 26 15:01:44 on ttys000

Niyazis-MBP:~ niyazitoros$ telnet

telnet> telnet 192.168.1.92 1024

Trying 192.168.1.92...

Connected to 192.168.1.92.

Escape character is '^]'.

Q101:_:49785:_:*************

1:_:2:_:119351:_:NÄ°YAZÄ° TOROS
--
For more ways to connect visit https://www.dartlang.org/community
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/misc/8f57c7a6-3a79-49f5-9c94-561b43045916%40dartlang.org.
Vitaliy Vostrikov
2018-06-29 12:41:33 UTC
Permalink
Maybe that documentaion can help you:
https://developers.google.com/web/tools/chrome-devtools/remote-debugging
Post by Niyazi Toros
Hi,
I have a database and I have a socket service exe in my network. Now I
need to connect from my Flutter Mobile app to local socket service.
Using local wireless I can connect to service but I am not be able to get
response. Here is my telnet connection result and flutter app.
*TELNET CONNECTION:*
Last login: Tue Jun 26 15:01:44 on ttys000
Niyazis-MBP:~ niyazitoros$ telnet
telnet> telnet 192.168.1.92 1024
Trying 192.168.1.92...
Connected to 192.168.1.92.
Escape character is '^]'.
Q101:_:49785:_:*************
1:_:2:_:119351:_:NÄ°YAZÄ° TOROS
--
For more ways to connect visit https://www.dartlang.org/community
---
You received this message because you are subscribed to the Google Groups
"Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/a/dartlang.org/d/msgid/misc/8f57c7a6-3a79-49f5-9c94-561b43045916%40dartlang.org
<https://groups.google.com/a/dartlang.org/d/msgid/misc/8f57c7a6-3a79-49f5-9c94-561b43045916%40dartlang.org?utm_medium=email&utm_source=footer>
.
--
For more ways to connect visit https://www.dartlang.org/community
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/misc/CAJ47%2BOKQutSSbgdEN8V26QaW1OfR_4RE0%2BociBn0OYRzkCv0yA%40mail.gmail.com.
Niyazi Toros
2018-06-30 06:17:58 UTC
Permalink
Thanks Vitaly, but that is not what I am looking for. I found solution to
create a aqueduct web api to connect local network services.
--
For more ways to connect visit https://www.dartlang.org/community
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/misc/092c8cda-d9f1-4a97-a72d-465ee4acf0e5%40dartlang.org.
Loading...