OpenICE Community Support Forum

Welcome to the OpenICE community support forum. Use this forum for submitting bugs, asking for help, and solving problems you are having with OpenICE software. For ideas, general questions, and conversation please use the discussion forum.
0

how to add jdbc driver & Database url in Openice

Ashish Saini 9 years ago updated 9 years ago 2

I am trying to add jdbc driver "com.mysql.jdbc.Driver"

& Database url jdbc:mysql://192.168.1.105:1433/demo but its not working .

Please tell me how to add jdbc driver & Database Url of openice .

0

How to create exe of mdpnp project ?

Ashish Saini 9 years ago 0

I have to create jar file but it's not working so plese tell me how to create a jar file of mdpnp project.

0

Unable to Build complete

Ashish Saini 9 years ago 0

C:\Users\Ashish\Desktop\hello-openice>gradlew run
:compileJava
:processResources
:classes
:run

INFO | Loading ice_library.xml from jar:file:/C:/Users/Ashish/.gradle/caches/modules-2/files-2.1/org.mdpnp/x73-idl-rti-dds/0.6.3/8e5005d356d91f80cfb3b157e610971108aa35e3/x73-idl-rti-dds-0.6.3.jar!/META-INF/ice_library.xml

strategy: OnMiddlewareThread

> Building 75% > :run


it stuck at 75% ......


Regards

Ashish

0

Installing OpenICE on Raspberry Pi

Jin Matsumoto 9 years ago updated by anonymous 8 years ago 1

I'm starting a project using the Raspberry Pi with OpenICE. I downloaded the zip file, but when I try to run the OpenICE script within the bin directory, nothing happens. I am pretty new to RPi so any help would be great. Thank you

0

Running supervisor headlessly

Gregory Rehm 9 years ago updated by Luke Fletcher 9 years ago 10

Hi,


I was wondering if the openice supervisor could be run headlessly (without GUI). I've been poking around at it on my own computer and I got as far as


./bin/OpenICE -app ICE_Supervisor -domain 15


To which java gives me an error.


Exception in thread "main" java.lang.IllegalStateException: Failed to create command instance org.mdpnp.apps.testapp.IceAppsContainer

at org.mdpnp.apps.testapp.Configuration.getCommand(Configuration.java:126)
at org.mdpnp.apps.testapp.Main.main(Main.java:59)


It seems java wants some kind of command before we can proceed but there doesn't seem to be any available documentation on commands to use. Was wondering


1. Even if I take this to its terminus can we run the process headlessly?

2. What are the lists of available commands to use?

0

Adding a new device....How To?

Paul Ourada 9 years ago 0

Hi Jeff -


I'm helping a friend of mine who is doing some research using OpenICE. They want to use a medical monitor which is not yet supported. I haven't yet dived into the code, so I was wondering about the architecture for the device adapter serial driver. Is it straight hard coded parsing the input and producing output, or is there a framework for doing things like

  • identifying common message types for the same device type
  • supplying the message header/trailer framework, and methods to fill in the particulars?
  • Also perhaps identifying common workflows (session, login, security, etc) and creating plugins which implement the workflows, or customize them?

Best Regards,

Paul

device-adapter
0
Under review

NodeJs: connecting with my own code to OpenIce server.

Alejandro Figar 10 years ago updated by Jeff Plourde 10 years ago 1
I've been learning about node js with your demo. So far I've been able to build everything locally with grunt on a Mac OS.
I've been able to connect with your socket.io server at openice site with my own nodejs primitive code. Could you provide more information about your server? Is there any protocol for receiving data? Which messages should I send to your server or listen to in order to start getting data from openice?

Thanks,
OpenICE demo-apps
0
Answered

Order BeagleBone Black

Vasanth Jaisingh 10 years ago updated by Jeff Peterson 10 years ago 5
Hi Jeff,

I would like to place an order for BeagleBone Black to connect Philips MP70 monitor.
Can BB box be shipped to India ?

Regards
Vasanth
0
Answered

Not able to run OpenICE as a service in BBB rev C (new Debian Image)

Vasanth Jaisingh 10 years ago updated by Jeff Peterson 10 years ago 4
Hi,

After loading new Debian image (Open ICE version 0.6.1), OpenICE.exe doesnt run if started as service.

Please advise.

Regards
0
Answered

Where is the IDL and how do I use it to generate code?

Jeff Peterson 10 years ago updated 10 years ago 1
A common question:

Where is OpenICE's IDL and how do you run the tool to generate the C interfaces for the IDLs?
DDS OpenICE
Answer
Jeff Peterson 10 years ago
The IDL is found in our git repo - the IDL is found under /master/data-types/x73-idl/src/main/idl/ice/ice.idl.

To generate code for the IDL, we use rtiddsgen. The code generator is documented here.

At the command line, enter:
rtiddsgen -language C -inputIdl /path/to/repo/data-types/x73-idl/src/main/idl/ice/ice.idl