WCF/WF - c#.net

Asked By paladugu surendra
16-Sep-09 12:46 AM

hi,

            I  have 10 stations and 1 central station.Each station have some analysers(to measure  oxides concentration). In every minute i have to connect anlyser and take the data and put in sql database.  central station  should have the capabulity to on and off the each station and see the on line data and take the reports.Each station should have the capablity to see online data and reports.How i put these data in website.How i write the software for this.Which technolgy can i use for this scenario.

See this  See this

16-Sep-09 12:59 AM

You can do it by using;

1. Windows Service:
                  To connect with the anlyser and to take the data. For this you have to write your logic of Socket communication where every analyser will send data to server and on server your windows service will take this data and store it in sql database.

2. ASP.net for website Portal :
                  To show all online data to all stations, you can upload your webite on server where you will have your database. And users from each station can easily see online data from website. In this website you can show reports as per user requirement accroding to the data you have in database.

      You can also do this (central station  should have the capabulity to on and off the each station ) by using widnow service,  for this you can decide one CMD which will come from central station to server. Once this CMD received from station, you can send ON or OFF cmd to other stations. So that they will work according to this CMD.

re  re

16-Sep-09 02:42 AM

for this senario better is u make a central database with online web application , where every station have access data and update online at one palce using web application

this is best for that situation

Create New Account
help
Is this possible in WCF? ::WCF Security I am working as a vendor and need to access web services of one and username / password are both expected by the web server at the transport level. Using Windows will put me in the same boat as using Basic. You will need to do aspx , http: / / notgartner.wordpress.com / 2007 / 09 / 06 / using-certificate-based-authentication-and-protection-with-windows-communication-foundation-wcf / , http: / / www.c-sharpcorner.com / UploadFile / john_charles / WCFApplicationimplementingtheAnonymousclient_over11172006131249PM / WCFApplicationimplementingtheAnonymousclient_over.aspx for all the details. Secure security context. Because the server does not find a service context, it checks the server socket for a client certificate chain that contains the client identity. In this case, the server Secure Interoperability Version 2 (CSIv2) protocol. There are a number of authentication techniques supported by WCF. For instance Windows Authentication, X509 Certificates, Issued Tokens, and Username and Password are all mechanisms that can be
Select between raw socket programming vs. WCF .NET Framework We are doing very intensive network communication. We collect data from thousands of electric devices every minutes. The devices understand both socket and web service. They are either embeded linux based system or Windows based servers. WCF, as I understand, has overhead vs. native socket .Net programming. Should I continue to use socket programming or look into the new WCF model? Thanks. Hao .NET Web Services Discussions WCF (1) Linux (1) Encoding (1) Encoder (1
Error consuming WCF service in Windows Service .NET Framework Hi, I have a windows service that consumes a WCF service. It works well when I run this service under my AD account, which is run it under the defaul Local System account, it reports error like the following: - --The socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '00:10:00'. Server stack trace: at System.ServiceModel.Channels.SocketConnection.ReadCore(Byte 1) Hi Daniel, From your description, you're encountering some problem when try consuming a WCF service in a windows service application. Also, the problem occurs when you use LOCAL SYSTEM to run the windows
wcf tcp listening question .NET Framework We deployed a few WCF services that listen on TCP sockets. I can telnet to the socket and get a conneciton also apps that need to use the service work. But a service that connects and attempts to looks for a handshake response from these listening tcp socket fail. This thrid party alerting service works as expected for non WCF listening sockets, i.e works well for a standard app writen in .net to listen to a tcp socket . . . . . just WCF listening we are having issues with. Anything different about WCF tcp handshaking that i dont understand ? just assumed it was normal tcp protocal stuff. Thanks
WCF e callbacks .NET Framework Salve a tutti, ho un servizio windows che importa da un'altro software degli ordini. I miei client "scaricano" gli ordini a implementare qualche sistema automatico di notifica. Sto valutando se andare in polling verso il servizio windows e quando verifico che qualche ordine = E8 stato appena importato faccio partire una query per scaricare gli ultimi ordini verso il client, oppure utilizzo i callback di wcf e mi faccio notificare l'avvenuta importazione di nuovi ordini. Nel caso del polling, mi soluzione (non arrivo a 100 client) , in caso di errore di un client il servizio windows \ wcf pu = F2 avere problemi di memory leack ed inchiodarmi il server? Lo so = E8 un ma non so mai bene come orientarmi. Grazie Stefano VB.NET - Italian Discussions Relative (1) WCF (1) MCP http (1) Visual (1) Stefano You wrote on (1) Microsoft (1) Nel caso chiaramente di un Lan, questo non mi permetterebbe di eliminare il polling verso il servizio wcf utilizzando solo i messaggi broadcast ? Stefano Dipende molto dal contesto. I broadcast UDP di tipo