I am using xapintranet.ocx in a VB6 app to receive temperatures from Speedfan
via xAP messages. I would like to try the xapax.ocx but cannot download the DLL
bundle referenced in the tutorial. The Link
(http://patrick.lidstone.net/ha/Download/xAP/Files/xap-ocx-rxtest_win32_src.zip)
on your Download page seems to be broken. I did get the xapax_17.zip file
downloaded.
I will remove the HUB and xAPSpeedfan and give it a try.
Thanks for the HUB config information, If I need to use the Hub it will come in
handy.
Thanks again.
Steve
--- In xap_automation@yahoogroups.com, "Edward Pearson" <edward.mailgroup@...>
wrote:
>
>
>
> The key xAPIntranetListenerIP key you mention is specific to apps from Mi4
> that are based on the Mi4 Intranet.ocx so not relevant here.
>
>
>
> You mention xFxSpeedFan. Assume you mean xAPSpeedFan by Mi4. Note that you
> do not need this as the newer versions of SpeedFan have xAP support built
> in.
>
>
>
> Also, since SpeedFan is a send-only xAP application, and if you only want to
> run Viewer, you may not need hub at all. Not that having it will do any
> harm.
>
>
>
> For the record, to bind Express Hub to a particular NIC you would modify the
> following entry in the .config file
>
>
>
> <setting name="NetworkAdapter" serializeAs="String">
>
> <value>Auto</value>
>
> </setting>
>
>
>
> inserting the name of the NIC instead of the "Auto" value. You can find the
> name using ipconfig /All
>
> For example
>
> <setting name="NetworkAdapter" serializeAs="String">
>
> <value>Local Area Connection #3</value>
>
> </setting>
>
>
>
> You can check which NIC the service binds to by looking in the xAP
> application event log using event viewer but you will need to raise the
> logging level to "INFO" from "ERROR" for the Hub in the Log4Net config
> section:
>
> <level value="ERROR" />
>
>
>
>
>
> From: xap_automation@yahoogroups.com [mailto:xap_automation@yahoogroups.com]
> On Behalf Of jsharlan
> Sent: 07 July 2009 16:51
> To: xap_automation@yahoogroups.com
> Subject: [xap_automation] How to set xFx Hub Express Listener IP through
> .config
>
>
>
>
>
>
>
>
> I have a computer with 3 NIC cards.
> When I tried to use xFx Hub Express(running as service), xFxSpeedfan and
> Speedfan(both loaded in startup) on this computer, nothing showed up when
> viewed with xFx Message Viewer. I am only interested in using Speedfan to
> monitor CPU temps on the this computer, not over the network.
> The same apps work on another computer with a single NIC. I read in the
> forum about adding something like, <add key="xAPIntranetListenerIP"
> value="192.168.0.100"/> and "BroadcastIP" to <appSettings>, my config only
> had <ApplicationSettings>, but this caused and error event in events log,
> but I did start getting messages in the Viewer.
> I wasn't exactly sure where to place the <add key> in the XML structure or
> if the current version of xFx Hub Express even supports it.
>
> Anyone have suggestions?
>
> Steve
>