Archived

This forum has been archived. Please start a new discussion on GitHub.

icestorm

i want to write a program as below:
in one process, some data were published to others and some were subscribed from others.
it is very difficult for me to write such a .ice file. could you give me some suggestions?

Comments

  • marc
    marc Florida
    Have a look at demo/IceStorm/clock, or at the tests in test/IceStorm.
  • i am reading the clock.ice. where can i find the test/icestorm? thanks.
  • mes
    mes California
    Originally posted by paul_1971
    i am reading the clock.ice. where can i find the test/icestorm? thanks.
    Marc is referring to the IceStorm test suite in Ice for C++, located in the test/IceStorm subdirectory.

    - Mark