help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Socket functionality to Character Recognition algorithm


From: Ronald
Subject: Re: Socket functionality to Character Recognition algorithm
Date: Mon, 24 Jul 2017 13:26:34 -0700 (PDT)

Op 23 jul. 2017 21:54 schreef "hchitranshi [via Octave]" <
address@hidden>:

Dear Experts,

I am working on a project where i need to process character image to actual
text. I have used the Back propogation algorithm and built the whole logic
in Octave.

Now i need to use this logic in server mode (TCP/IP) so that the clients
can connect to octave server, push the test data and get the required
character in text format.

But i am struggling in adding server functionality to my code.
Could you please help me on same. I have exposure to socket library in
java. I understand that from server side, i first need to create server
socket , bind it to port, start listening and if any socket connects on
that port and accept connection and exchange the data but not able to
translate this into octave.

Regards
Himanshu C

------------------------------
If you reply to this email, your message will be added to the discussion
below:
http://octave.1599824.n4.nabble.com/Socket-functionality-to-Character-
Recognition-algorithm-tp4684217.html
To start a new topic under Octave - General, email
address@hidden
To unsubscribe from Octave, click here
<http://octave.1599824.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1599824&code=cmV2ZG1lZXJAZ21haWwuY29tfDE1OTk4MjR8MTAxNzc3NDY2MQ==>
.
NAML
<http://octave.1599824.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>


The listening socket example here should help you get started:
https://pauldreik.blogspot.nl/2009/04/octave-sockets-example.html?m=1

Cheers,

Ronald




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Socket-functionality-to-Character-Recognition-algorithm-tp4684217p4684226.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]