Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

ANT+ and ASP.NET

Rank

Total Posts: 2

Joined 0

PM

Hi!
I did a windows forms project recently in c# to connect Tanita Weight scale to Garmin ANT Device.

It's possible use ANT+ in a asp.net project?

Thanks.      
Avatar
RankRankRankRank

Total Posts: 296

Joined 0

PM

Why not?

Afaik, you can always plug "native" .NET code into your ASP.NET pages:
<%@ Page Language="C#" CodeFile="SampleCodeBehind.aspx.cs" Inherits="Website.SampleCodeBehind" AutoEventWireup="true" %>
(see http://en.wikipedia.org/wiki/ASP.NET )

I'd rather ask myself why you would build a web application that is built upon access to a local hardware device (ANT+ stick).      
Rank

Total Posts: 2

Joined 0

PM

Thanks for your reply.

The main problem is that the web application run in our server and our customers (fitness centers) wants take measurements of members, we need comunicate booth sides.

I think that it's only possible writing a smart apllication running in client sending data to our server. I want to avoid this.

Sorry for my bad english.